Skip to content
Permalink
Browse files
Adjust a test for the changed innodb_log_file_size limits
  • Loading branch information
dr-m committed Jun 30, 2017
1 parent 9f0c1c0 commit 5ad4645
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1776,11 +1776,11 @@ GLOBAL_VALUE 5242880
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE 50331648
VARIABLE_SCOPE GLOBAL
VARIABLE_TYPE BIGINT
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_COMMENT Size of each log file in a log group.
NUMERIC_MIN_VALUE 1048576
NUMERIC_MAX_VALUE 549755813888
NUMERIC_BLOCK_SIZE 1048576
NUMERIC_BLOCK_SIZE 65536
ENUM_VALUE_LIST NULL
READ_ONLY YES
COMMAND_LINE_ARGUMENT REQUIRED

0 comments on commit 5ad4645

Please sign in to comment.