VARIABLE_COMMENT Percentage of log capacity below which no adaptive flushing happens.
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 70
@@ -47,13 +47,27 @@
@@ -47,13 +47,27 @@
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
...
@@ -341,7 +332,16 @@
...
@@ -341,7 +332,16 @@
VARIABLE_COMMENT Speeds up the shutdown process of the InnoDB storage engine. Possible values are 0, 1 (faster) or 2 (fastest - crash-like).
VARIABLE_COMMENT Speeds up the shutdown process of the InnoDB storage engine. Possible values are 0, 1 (faster) or 2 (fastest - crash-like).
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 2
NUMERIC_MAX_VALUE 2
@@ -725,7 +893,7 @@
@@ -669,7 +837,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 600
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT Maximum number of seconds that semaphore times out in InnoDB.
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 4294967295
@@ -739,7 +907,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -350,7 +350,7 @@
...
@@ -350,7 +350,7 @@
VARIABLE_COMMENT Make the first page of the given tablespace dirty.
VARIABLE_COMMENT Make the first page of the given tablespace dirty.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -739,7 +907,7 @@
@@ -753,7 +921,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 30
DEFAULT_VALUE 30
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -359,7 +359,7 @@
...
@@ -359,7 +359,7 @@
VARIABLE_COMMENT Number of iterations over which the background flushing is averaged.
VARIABLE_COMMENT Number of iterations over which the background flushing is averaged.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 1000
NUMERIC_MAX_VALUE 1000
@@ -762,12 +930,12 @@
@@ -776,12 +944,12 @@
READ_ONLY NO
READ_ONLY NO
COMMAND_LINE_ARGUMENT OPTIONAL
COMMAND_LINE_ARGUMENT OPTIONAL
VARIABLE_NAME INNODB_FLUSH_LOG_AT_TRX_COMMIT
VARIABLE_NAME INNODB_FLUSH_LOG_AT_TRX_COMMIT
...
@@ -375,7 +375,7 @@
...
@@ -375,7 +375,7 @@
VARIABLE_COMMENT Controls the durability/speed trade-off for commits. Set to 0 (write and flush redo log to disk only once per second), 1 (flush to disk at each commit), 2 (write to log at commit but flush to disk only once per second) or 3 (flush to disk at prepare and at commit, slower and usually redundant). 1 and 3 guarantees that after a crash, committed transactions will not be lost and will be consistent with the binlog and other transactional engines. 2 can get inconsistent and lose transactions if there is a power failure or kernel crash but not if mysqld crashes. 0 has no guarantees in case of crash. 0 and 2 can be faster than 1 or 3.
VARIABLE_COMMENT Controls the durability/speed trade-off for commits. Set to 0 (write and flush redo log to disk only once per second), 1 (flush to disk at each commit), 2 (write to log at commit but flush to disk only once per second) or 3 (flush to disk at prepare and at commit, slower and usually redundant). 1 and 3 guarantees that after a crash, committed transactions will not be lost and will be consistent with the binlog and other transactional engines. 2 can get inconsistent and lose transactions if there is a power failure or kernel crash but not if mysqld crashes. 0 has no guarantees in case of crash. 0 and 2 can be faster than 1 or 3.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 3
NUMERIC_MAX_VALUE 3
@@ -795,7 +963,7 @@
@@ -809,7 +977,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1
DEFAULT_VALUE 1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -384,7 +384,7 @@
...
@@ -384,7 +384,7 @@
VARIABLE_COMMENT Set to 0 (don't flush neighbors from buffer pool), 1 (flush contiguous neighbors from buffer pool) or 2 (flush neighbors from buffer pool), when flushing a block
VARIABLE_COMMENT Set to 0 (don't flush neighbors from buffer pool), 1 (flush contiguous neighbors from buffer pool) or 2 (flush neighbors from buffer pool), when flushing a block
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 2
NUMERIC_MAX_VALUE 2
@@ -837,7 +1005,7 @@
@@ -851,7 +1019,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -393,7 +393,7 @@
...
@@ -393,7 +393,7 @@
VARIABLE_COMMENT Helps to save your data in case the disk image of the database becomes corrupt.
VARIABLE_COMMENT Helps to save your data in case the disk image of the database becomes corrupt.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 6
NUMERIC_MAX_VALUE 6
@@ -851,7 +1019,7 @@
@@ -865,7 +1033,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -402,7 +402,7 @@
...
@@ -402,7 +402,7 @@
VARIABLE_COMMENT Kills the server during crash recovery.
VARIABLE_COMMENT Kills the server during crash recovery.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 10
NUMERIC_MAX_VALUE 10
@@ -859,6 +1027,20 @@
@@ -873,6 +1041,20 @@
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY YES
READ_ONLY YES
COMMAND_LINE_ARGUMENT REQUIRED
COMMAND_LINE_ARGUMENT REQUIRED
...
@@ -423,7 +423,7 @@
...
@@ -423,7 +423,7 @@
VARIABLE_NAME INNODB_FT_AUX_TABLE
VARIABLE_NAME INNODB_FT_AUX_TABLE
SESSION_VALUE NULL
SESSION_VALUE NULL
GLOBAL_VALUE
GLOBAL_VALUE
@@ -879,7 +1061,7 @@
@@ -893,7 +1075,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 8000000
DEFAULT_VALUE 8000000
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -432,7 +432,7 @@
...
@@ -432,7 +432,7 @@
VARIABLE_COMMENT InnoDB Fulltext search cache size in bytes
VARIABLE_COMMENT InnoDB Fulltext search cache size in bytes
NUMERIC_MIN_VALUE 1600000
NUMERIC_MIN_VALUE 1600000
NUMERIC_MAX_VALUE 80000000
NUMERIC_MAX_VALUE 80000000
@@ -921,7 +1103,7 @@
@@ -935,7 +1117,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 84
DEFAULT_VALUE 84
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -441,7 +441,7 @@
...
@@ -441,7 +441,7 @@
VARIABLE_COMMENT InnoDB Fulltext search maximum token size in characters
VARIABLE_COMMENT InnoDB Fulltext search maximum token size in characters
NUMERIC_MIN_VALUE 10
NUMERIC_MIN_VALUE 10
NUMERIC_MAX_VALUE 84
NUMERIC_MAX_VALUE 84
@@ -935,7 +1117,7 @@
@@ -949,7 +1131,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 3
DEFAULT_VALUE 3
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -450,7 +450,7 @@
...
@@ -450,7 +450,7 @@
VARIABLE_COMMENT InnoDB Fulltext search minimum token size in characters
VARIABLE_COMMENT InnoDB Fulltext search minimum token size in characters
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 16
NUMERIC_MAX_VALUE 16
@@ -949,7 +1131,7 @@
@@ -963,7 +1145,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 2000
DEFAULT_VALUE 2000
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -459,7 +459,7 @@
...
@@ -459,7 +459,7 @@
VARIABLE_COMMENT InnoDB Fulltext search number of words to optimize for each optimize table call
VARIABLE_COMMENT InnoDB Fulltext search number of words to optimize for each optimize table call
NUMERIC_MIN_VALUE 1000
NUMERIC_MIN_VALUE 1000
NUMERIC_MAX_VALUE 10000
NUMERIC_MAX_VALUE 10000
@@ -963,7 +1145,7 @@
@@ -977,7 +1159,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 2000000000
DEFAULT_VALUE 2000000000
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -468,7 +468,7 @@
...
@@ -468,7 +468,7 @@
VARIABLE_COMMENT InnoDB Fulltext search query result cache limit in bytes
VARIABLE_COMMENT InnoDB Fulltext search query result cache limit in bytes
NUMERIC_MIN_VALUE 1000000
NUMERIC_MIN_VALUE 1000000
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -991,7 +1173,7 @@
@@ -1005,7 +1187,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 2
DEFAULT_VALUE 2
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -477,7 +477,7 @@
...
@@ -477,7 +477,7 @@
VARIABLE_COMMENT InnoDB Fulltext search parallel sort degree, will round up to nearest power of 2 number
VARIABLE_COMMENT InnoDB Fulltext search parallel sort degree, will round up to nearest power of 2 number
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 16
NUMERIC_MAX_VALUE 16
@@ -1005,7 +1187,7 @@
@@ -1019,7 +1201,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 640000000
DEFAULT_VALUE 640000000
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -486,7 +486,16 @@
...
@@ -486,7 +486,16 @@
VARIABLE_COMMENT Total memory allocated for InnoDB Fulltext Search cache
VARIABLE_COMMENT Total memory allocated for InnoDB Fulltext Search cache
NUMERIC_MIN_VALUE 32000000
NUMERIC_MIN_VALUE 32000000
NUMERIC_MAX_VALUE 1600000000
NUMERIC_MAX_VALUE 1600000000
@@ -1033,10 +1215,10 @@
@@ -1047,7 +1229,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 100
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT Up to what percentage of dirty pages should be flushed when innodb finds it has spare resources to do so.
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 100
@@ -1061,10 +1243,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 200
DEFAULT_VALUE 200
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -499,7 +508,7 @@
...
@@ -499,7 +508,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1045,12 +1227,26 @@
@@ -1073,12 +1255,26 @@
SESSION_VALUE NULL
SESSION_VALUE NULL
GLOBAL_VALUE 2000
GLOBAL_VALUE 2000
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
...
@@ -529,7 +538,7 @@
...
@@ -529,7 +538,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1083,6 +1279,20 @@
@@ -1111,6 +1307,20 @@
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
COMMAND_LINE_ARGUMENT REQUIRED
COMMAND_LINE_ARGUMENT REQUIRED
...
@@ -550,7 +559,7 @@
...
@@ -550,7 +559,7 @@
VARIABLE_NAME INNODB_LOCKS_UNSAFE_FOR_BINLOG
VARIABLE_NAME INNODB_LOCKS_UNSAFE_FOR_BINLOG
SESSION_VALUE NULL
SESSION_VALUE NULL
GLOBAL_VALUE OFF
GLOBAL_VALUE OFF
@@ -1103,7 +1313,7 @@
@@ -1131,7 +1341,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 50
DEFAULT_VALUE 50
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -559,30 +568,50 @@
...
@@ -559,30 +568,50 @@
VARIABLE_COMMENT Timeout in seconds an InnoDB transaction may wait for a lock before being rolled back. Values above 100000000 disable the timeout.
VARIABLE_COMMENT Timeout in seconds an InnoDB transaction may wait for a lock before being rolled back. Values above 100000000 disable the timeout.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 1073741824
NUMERIC_MAX_VALUE 1073741824
@@ -1111,16 +1321,72 @@
@@ -1139,41 +1349,111 @@
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
COMMAND_LINE_ARGUMENT REQUIRED
COMMAND_LINE_ARGUMENT REQUIRED
-VARIABLE_NAME INNODB_LOG_BUFFER_SIZE
-SESSION_VALUE NULL
-GLOBAL_VALUE 1048576
-GLOBAL_VALUE_ORIGIN CONFIG
-DEFAULT_VALUE 8388608
-VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT
-VARIABLE_COMMENT The size of the buffer which InnoDB uses to write log to the log files on disk.
-NUMERIC_MIN_VALUE 262144
-NUMERIC_MAX_VALUE 9223372036854775807
-NUMERIC_BLOCK_SIZE 1024
-ENUM_VALUE_LIST NULL
-READ_ONLY YES
-COMMAND_LINE_ARGUMENT REQUIRED
-VARIABLE_NAME INNODB_LOG_CHECKPOINT_NOW
+VARIABLE_NAME INNODB_LOG_ARCHIVE
+VARIABLE_NAME INNODB_LOG_ARCHIVE
+SESSION_VALUE NULL
SESSION_VALUE NULL
+GLOBAL_VALUE OFF
GLOBAL_VALUE OFF
+GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
+DEFAULT_VALUE OFF
DEFAULT_VALUE OFF
+VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
+VARIABLE_TYPE BOOLEAN
VARIABLE_TYPE BOOLEAN
-VARIABLE_COMMENT Force checkpoint now
+VARIABLE_COMMENT Set to 1 if you want to have logs archived.
+VARIABLE_COMMENT Set to 1 if you want to have logs archived.
+NUMERIC_MIN_VALUE NULL
NUMERIC_MIN_VALUE NULL
+NUMERIC_MAX_VALUE NULL
NUMERIC_MAX_VALUE NULL
+NUMERIC_BLOCK_SIZE NULL
NUMERIC_BLOCK_SIZE NULL
+ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
+READ_ONLY NO
READ_ONLY NO
+COMMAND_LINE_ARGUMENT OPTIONAL
COMMAND_LINE_ARGUMENT OPTIONAL
-VARIABLE_NAME INNODB_LOG_COMPRESSED_PAGES
+VARIABLE_NAME INNODB_LOG_ARCH_DIR
+VARIABLE_NAME INNODB_LOG_ARCH_DIR
+SESSION_VALUE NULL
SESSION_VALUE NULL
-GLOBAL_VALUE OFF
+GLOBAL_VALUE PATH
+GLOBAL_VALUE PATH
+GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
-DEFAULT_VALUE OFF
+DEFAULT_VALUE
+DEFAULT_VALUE
+VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BOOLEAN
+VARIABLE_TYPE VARCHAR
+VARIABLE_TYPE VARCHAR
+VARIABLE_COMMENT Where full logs should be archived.
+VARIABLE_COMMENT Where full logs should be archived.
+NUMERIC_MIN_VALUE NULL
+NUMERIC_MIN_VALUE NULL
...
@@ -619,25 +648,34 @@
...
@@ -619,25 +648,34 @@
+ENUM_VALUE_LIST NULL
+ENUM_VALUE_LIST NULL
+READ_ONLY YES
+READ_ONLY YES
+COMMAND_LINE_ARGUMENT REQUIRED
+COMMAND_LINE_ARGUMENT REQUIRED
VARIABLE_NAME INNODB_LOG_BUFFER_SIZE
+VARIABLE_NAME INNODB_LOG_BUFFER_SIZE
SESSION_VALUE NULL
+SESSION_VALUE NULL
GLOBAL_VALUE 1048576
+GLOBAL_VALUE 1048576
GLOBAL_VALUE_ORIGIN CONFIG
+GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE 8388608
+DEFAULT_VALUE 8388608
VARIABLE_SCOPE GLOBAL
+VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT
+VARIABLE_TYPE INT
+VARIABLE_TYPE INT
VARIABLE_COMMENT The size of the buffer which InnoDB uses to write log to the log files on disk.
+VARIABLE_COMMENT The size of the buffer which InnoDB uses to write log to the log files on disk.
VARIABLE_COMMENT Enables/disables the logging of entire compressed page images. InnoDB logs the compressed pages to prevent corruption if the zlib compression algorithm changes. When turned OFF, InnoDB will assume that the zlib compression algorithm doesn't change.
NUMERIC_MIN_VALUE NULL
NUMERIC_MAX_VALUE NULL
@@ -1187,7 +1467,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE 2
DEFAULT_VALUE 2
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -664,7 +709,7 @@
...
@@ -664,7 +709,7 @@
VARIABLE_COMMENT Number of log files in the log group. InnoDB writes to the files in a circular fashion.
VARIABLE_COMMENT Number of log files in the log group. InnoDB writes to the files in a circular fashion.
NUMERIC_MIN_VALUE 2
NUMERIC_MIN_VALUE 2
NUMERIC_MAX_VALUE 100
NUMERIC_MAX_VALUE 100
@@ -1201,9 +1481,37 @@
@@ -1229,9 +1509,37 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE 1024
DEFAULT_VALUE 1024
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -703,25 +748,7 @@
...
@@ -703,25 +748,7 @@
NUMERIC_MAX_VALUE 18446744073709551615
NUMERIC_MAX_VALUE 18446744073709551615
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
@@ -1215,7 +1523,7 @@
@@ -1271,10 +1579,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 75
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT Percentage of dirty pages allowed in bufferpool.
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 99
@@ -1229,7 +1537,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT Percentage of dirty pages at which flushing kicks in.
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 99
@@ -1243,10 +1551,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -734,7 +761,7 @@
...
@@ -734,7 +761,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1257,7 +1565,7 @@
@@ -1285,7 +1593,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -743,7 +770,7 @@
...
@@ -743,7 +770,7 @@
VARIABLE_COMMENT Maximum delay of user threads in micro-seconds
VARIABLE_COMMENT Maximum delay of user threads in micro-seconds
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 10000000
NUMERIC_MAX_VALUE 10000000
@@ -1271,7 +1579,7 @@
@@ -1299,7 +1607,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -752,7 +779,7 @@
...
@@ -752,7 +779,7 @@
VARIABLE_COMMENT Number of identical copies of log groups we keep for the database. Currently this should be set to 1.
VARIABLE_COMMENT Number of identical copies of log groups we keep for the database. Currently this should be set to 1.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 10
NUMERIC_MAX_VALUE 10
@@ -1341,7 +1649,7 @@
@@ -1369,7 +1677,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 8
DEFAULT_VALUE 8
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -761,7 +788,7 @@
...
@@ -761,7 +788,7 @@
VARIABLE_COMMENT Number of multi-threaded flush threads
VARIABLE_COMMENT Number of multi-threaded flush threads
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 64
NUMERIC_MAX_VALUE 64
@@ -1397,10 +1705,10 @@
@@ -1425,10 +1733,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -774,7 +801,7 @@
...
@@ -774,7 +801,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY YES
READ_ONLY YES
@@ -1425,7 +1733,7 @@
@@ -1453,7 +1761,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 16
DEFAULT_VALUE 16
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -783,7 +810,7 @@
...
@@ -783,7 +810,7 @@
VARIABLE_COMMENT Number of rw_locks protecting buffer pool page_hash. Rounded up to the next power of 2
VARIABLE_COMMENT Number of rw_locks protecting buffer pool page_hash. Rounded up to the next power of 2
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 1024
NUMERIC_MAX_VALUE 1024
@@ -1439,7 +1747,7 @@
@@ -1467,7 +1775,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 16384
DEFAULT_VALUE 16384
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -792,7 +819,69 @@
...
@@ -792,7 +819,69 @@
VARIABLE_COMMENT Page size to use for all InnoDB tablespaces.
VARIABLE_COMMENT Page size to use for all InnoDB tablespaces.
NUMERIC_MIN_VALUE 4096
NUMERIC_MIN_VALUE 4096
NUMERIC_MAX_VALUE 65536
NUMERIC_MAX_VALUE 65536
@@ -1467,7 +1775,7 @@
@@ -1503,13 +1811,69 @@
ENUM_VALUE_LIST NULL
READ_ONLY NO
COMMAND_LINE_ARGUMENT OPTIONAL
+VARIABLE_NAME INNODB_PRIORITY_CLEANER
+SESSION_VALUE NULL
+GLOBAL_VALUE OFF
+GLOBAL_VALUE_ORIGIN COMPILE-TIME
+DEFAULT_VALUE OFF
+VARIABLE_SCOPE GLOBAL
+VARIABLE_TYPE BOOLEAN
+VARIABLE_COMMENT Make buffer pool cleaner and LRU manager threads acquire shared resources with priority
+NUMERIC_MIN_VALUE NULL
+NUMERIC_MAX_VALUE NULL
+NUMERIC_BLOCK_SIZE NULL
+ENUM_VALUE_LIST NULL
+READ_ONLY NO
+COMMAND_LINE_ARGUMENT OPTIONAL
+VARIABLE_NAME INNODB_PRIORITY_IO
+SESSION_VALUE NULL
+GLOBAL_VALUE OFF
+GLOBAL_VALUE_ORIGIN COMPILE-TIME
+DEFAULT_VALUE OFF
+VARIABLE_SCOPE GLOBAL
+VARIABLE_TYPE BOOLEAN
+VARIABLE_COMMENT Make I/O threads acquire shared resources with priority
+NUMERIC_MIN_VALUE NULL
+NUMERIC_MAX_VALUE NULL
+NUMERIC_BLOCK_SIZE NULL
+ENUM_VALUE_LIST NULL
+READ_ONLY NO
+COMMAND_LINE_ARGUMENT OPTIONAL
+VARIABLE_NAME INNODB_PRIORITY_MASTER
+SESSION_VALUE NULL
+GLOBAL_VALUE OFF
+GLOBAL_VALUE_ORIGIN COMPILE-TIME
+DEFAULT_VALUE OFF
+VARIABLE_SCOPE GLOBAL
+VARIABLE_TYPE BOOLEAN
+VARIABLE_COMMENT Make buffer pool cleaner thread acquire shared resources with priority
+NUMERIC_MIN_VALUE NULL
+NUMERIC_MAX_VALUE NULL
+NUMERIC_BLOCK_SIZE NULL
+ENUM_VALUE_LIST NULL
+READ_ONLY NO
+COMMAND_LINE_ARGUMENT OPTIONAL
+VARIABLE_NAME INNODB_PRIORITY_PURGE
+SESSION_VALUE NULL
+GLOBAL_VALUE OFF
+GLOBAL_VALUE_ORIGIN COMPILE-TIME
+DEFAULT_VALUE OFF
+VARIABLE_SCOPE GLOBAL
+VARIABLE_TYPE BOOLEAN
+VARIABLE_COMMENT Make purge coordinator and worker threads acquire shared resources with priority
+NUMERIC_MIN_VALUE NULL
+NUMERIC_MAX_VALUE NULL
+NUMERIC_BLOCK_SIZE NULL
+ENUM_VALUE_LIST NULL
+READ_ONLY NO
+COMMAND_LINE_ARGUMENT OPTIONAL
VARIABLE_NAME INNODB_PURGE_BATCH_SIZE
SESSION_VALUE NULL
GLOBAL_VALUE 300
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 300
DEFAULT_VALUE 300
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -801,7 +890,7 @@
...
@@ -801,7 +890,7 @@
VARIABLE_COMMENT Number of UNDO log pages to purge in one batch from the history list.
VARIABLE_COMMENT Number of UNDO log pages to purge in one batch from the history list.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 5000
NUMERIC_MAX_VALUE 5000
@@ -1509,7 +1817,7 @@
@@ -1551,7 +1915,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1
DEFAULT_VALUE 1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -810,7 +899,7 @@
...
@@ -810,7 +899,7 @@
VARIABLE_COMMENT Purge threads can be from 1 to 32. Default is 1.
VARIABLE_COMMENT Purge threads can be from 1 to 32. Default is 1.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 32
NUMERIC_MAX_VALUE 32
@@ -1537,7 +1845,7 @@
@@ -1579,7 +1943,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 56
DEFAULT_VALUE 56
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -819,7 +908,7 @@
...
@@ -819,7 +908,7 @@
VARIABLE_COMMENT Number of pages that must be accessed sequentially for InnoDB to trigger a readahead.
VARIABLE_COMMENT Number of pages that must be accessed sequentially for InnoDB to trigger a readahead.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 64
NUMERIC_MAX_VALUE 64
@@ -1551,7 +1859,7 @@
@@ -1593,7 +1957,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE 4
DEFAULT_VALUE 4
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -828,7 +917,7 @@
...
@@ -828,7 +917,7 @@
VARIABLE_COMMENT Number of background read I/O threads in InnoDB.
VARIABLE_COMMENT Number of background read I/O threads in InnoDB.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 64
NUMERIC_MAX_VALUE 64
@@ -1579,10 +1887,10 @@
@@ -1621,10 +1985,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -841,7 +930,7 @@
...
@@ -841,7 +930,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1607,7 +1915,7 @@
@@ -1649,7 +2013,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 128
DEFAULT_VALUE 128
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -850,7 +939,7 @@
...
@@ -850,7 +939,7 @@
VARIABLE_COMMENT Number of undo logs to use (deprecated).
VARIABLE_COMMENT Number of undo logs to use (deprecated).
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 128
NUMERIC_MAX_VALUE 128
@@ -1621,7 +1929,7 @@
@@ -1663,7 +2027,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -859,10 +948,52 @@
...
@@ -859,10 +948,52 @@
VARIABLE_COMMENT An InnoDB page number.
VARIABLE_COMMENT An InnoDB page number.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -1629,6 +1937,34 @@
@@ -1671,6 +2035,76 @@
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
COMMAND_LINE_ARGUMENT OPTIONAL
COMMAND_LINE_ARGUMENT OPTIONAL
+VARIABLE_NAME INNODB_SCHED_PRIORITY_IO
+SESSION_VALUE NULL
+GLOBAL_VALUE 19
+GLOBAL_VALUE_ORIGIN COMPILE-TIME
+DEFAULT_VALUE 19
+VARIABLE_SCOPE GLOBAL
+VARIABLE_TYPE INT UNSIGNED
+VARIABLE_COMMENT Nice value for the I/O handler thread scheduling
+NUMERIC_MIN_VALUE 0
+NUMERIC_MAX_VALUE 39
+NUMERIC_BLOCK_SIZE 0
+ENUM_VALUE_LIST NULL
+READ_ONLY NO
+COMMAND_LINE_ARGUMENT REQUIRED
+VARIABLE_NAME INNODB_SCHED_PRIORITY_MASTER
+SESSION_VALUE NULL
+GLOBAL_VALUE 19
+GLOBAL_VALUE_ORIGIN COMPILE-TIME
+DEFAULT_VALUE 19
+VARIABLE_SCOPE GLOBAL
+VARIABLE_TYPE INT UNSIGNED
+VARIABLE_COMMENT Nice value for the master thread scheduling
+NUMERIC_MIN_VALUE 0
+NUMERIC_MAX_VALUE 39
+NUMERIC_BLOCK_SIZE 0
+ENUM_VALUE_LIST NULL
+READ_ONLY NO
+COMMAND_LINE_ARGUMENT REQUIRED
+VARIABLE_NAME INNODB_SCHED_PRIORITY_PURGE
+SESSION_VALUE NULL
+GLOBAL_VALUE 19
+GLOBAL_VALUE_ORIGIN COMPILE-TIME
+DEFAULT_VALUE 19
+VARIABLE_SCOPE GLOBAL
+VARIABLE_TYPE INT UNSIGNED
+VARIABLE_COMMENT Nice value for the purge thread scheduling
+NUMERIC_MIN_VALUE 0
+NUMERIC_MAX_VALUE 39
+NUMERIC_BLOCK_SIZE 0
+ENUM_VALUE_LIST NULL
+READ_ONLY NO
+COMMAND_LINE_ARGUMENT REQUIRED
+VARIABLE_NAME INNODB_SHOW_LOCKS_HELD
+VARIABLE_NAME INNODB_SHOW_LOCKS_HELD
+SESSION_VALUE NULL
+SESSION_VALUE NULL
+GLOBAL_VALUE 10
+GLOBAL_VALUE 10
...
@@ -894,7 +1025,7 @@
...
@@ -894,7 +1025,7 @@
VARIABLE_NAME INNODB_SIMULATE_COMP_FAILURES
VARIABLE_NAME INNODB_SIMULATE_COMP_FAILURES
SESSION_VALUE NULL
SESSION_VALUE NULL
GLOBAL_VALUE 0
GLOBAL_VALUE 0
@@ -1649,7 +1985,7 @@
@@ -1691,7 +2125,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1048576
DEFAULT_VALUE 1048576
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -903,7 +1034,7 @@
...
@@ -903,7 +1034,7 @@
VARIABLE_COMMENT Memory buffer size for index creation
VARIABLE_COMMENT Memory buffer size for index creation
NUMERIC_MIN_VALUE 65536
NUMERIC_MIN_VALUE 65536
NUMERIC_MAX_VALUE 67108864
NUMERIC_MAX_VALUE 67108864
@@ -1663,10 +1999,10 @@
@@ -1705,10 +2139,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 6
DEFAULT_VALUE 6
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -916,7 +1047,7 @@
...
@@ -916,7 +1047,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1692,7 +2028,7 @@
@@ -1734,7 +2168,7 @@
DEFAULT_VALUE nulls_equal
DEFAULT_VALUE nulls_equal
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
VARIABLE_TYPE ENUM
VARIABLE_TYPE ENUM
...
@@ -925,7 +1056,7 @@
...
@@ -925,7 +1056,7 @@
NUMERIC_MIN_VALUE NULL
NUMERIC_MIN_VALUE NULL
NUMERIC_MAX_VALUE NULL
NUMERIC_MAX_VALUE NULL
NUMERIC_BLOCK_SIZE NULL
NUMERIC_BLOCK_SIZE NULL
@@ -1831,7 +2167,7 @@
@@ -1901,7 +2335,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1
DEFAULT_VALUE 1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -934,7 +1065,7 @@
...
@@ -934,7 +1065,7 @@
VARIABLE_COMMENT Size of the mutex/lock wait array.
VARIABLE_COMMENT Size of the mutex/lock wait array.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 1024
NUMERIC_MAX_VALUE 1024
@@ -1845,10 +2181,10 @@
@@ -1915,10 +2349,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 30
DEFAULT_VALUE 30
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -947,7 +1078,7 @@
...
@@ -947,7 +1078,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1873,7 +2209,7 @@
@@ -1943,7 +2377,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -956,7 +1087,7 @@
...
@@ -956,7 +1087,7 @@
VARIABLE_COMMENT Helps in performance tuning in heavily concurrent environments. Sets the maximum number of threads allowed inside InnoDB. Value 0 will disable the thread throttling.
VARIABLE_COMMENT Helps in performance tuning in heavily concurrent environments. Sets the maximum number of threads allowed inside InnoDB. Value 0 will disable the thread throttling.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 1000
NUMERIC_MAX_VALUE 1000
@@ -1887,7 +2223,7 @@
@@ -1957,7 +2391,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 10000
DEFAULT_VALUE 10000
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -965,7 +1096,7 @@
...
@@ -965,7 +1096,7 @@
VARIABLE_COMMENT Time of innodb thread sleeping before joining InnoDB queue (usec). Value 0 disable a sleep
VARIABLE_COMMENT Time of innodb thread sleeping before joining InnoDB queue (usec). Value 0 disable a sleep
VARIABLE_COMMENT Percentage of log capacity below which no adaptive flushing happens.
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 70
@@ -53,7 +53,7 @@
@@ -53,7 +53,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 150000
DEFAULT_VALUE 150000
...
@@ -134,7 +125,16 @@
...
@@ -134,7 +125,16 @@
VARIABLE_COMMENT Speeds up the shutdown process of the InnoDB storage engine. Possible values are 0, 1 (faster) or 2 (fastest - crash-like).
VARIABLE_COMMENT Speeds up the shutdown process of the InnoDB storage engine. Possible values are 0, 1 (faster) or 2 (fastest - crash-like).
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 2
NUMERIC_MAX_VALUE 2
@@ -725,7 +725,7 @@
@@ -669,7 +669,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 600
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT Maximum number of seconds that semaphore times out in InnoDB.
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 4294967295
@@ -739,7 +739,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
VARIABLE_COMMENT Make the first page of the given tablespace dirty.
VARIABLE_COMMENT Make the first page of the given tablespace dirty.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -739,7 +739,7 @@
@@ -753,7 +753,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 30
DEFAULT_VALUE 30
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
VARIABLE_COMMENT Number of iterations over which the background flushing is averaged.
VARIABLE_COMMENT Number of iterations over which the background flushing is averaged.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 1000
NUMERIC_MAX_VALUE 1000
@@ -767,7 +767,7 @@
@@ -781,7 +781,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1
DEFAULT_VALUE 1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
VARIABLE_COMMENT Controls the durability/speed trade-off for commits. Set to 0 (write and flush redo log to disk only once per second), 1 (flush to disk at each commit), 2 (write to log at commit but flush to disk only once per second) or 3 (flush to disk at prepare and at commit, slower and usually redundant). 1 and 3 guarantees that after a crash, committed transactions will not be lost and will be consistent with the binlog and other transactional engines. 2 can get inconsistent and lose transactions if there is a power failure or kernel crash but not if mysqld crashes. 0 has no guarantees in case of crash. 0 and 2 can be faster than 1 or 3.
VARIABLE_COMMENT Controls the durability/speed trade-off for commits. Set to 0 (write and flush redo log to disk only once per second), 1 (flush to disk at each commit), 2 (write to log at commit but flush to disk only once per second) or 3 (flush to disk at prepare and at commit, slower and usually redundant). 1 and 3 guarantees that after a crash, committed transactions will not be lost and will be consistent with the binlog and other transactional engines. 2 can get inconsistent and lose transactions if there is a power failure or kernel crash but not if mysqld crashes. 0 has no guarantees in case of crash. 0 and 2 can be faster than 1 or 3.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 3
NUMERIC_MAX_VALUE 3
@@ -795,7 +795,7 @@
@@ -809,7 +809,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1
DEFAULT_VALUE 1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
VARIABLE_COMMENT Set to 0 (don't flush neighbors from buffer pool), 1 (flush contiguous neighbors from buffer pool) or 2 (flush neighbors from buffer pool), when flushing a block
VARIABLE_COMMENT Set to 0 (don't flush neighbors from buffer pool), 1 (flush contiguous neighbors from buffer pool) or 2 (flush neighbors from buffer pool), when flushing a block
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 2
NUMERIC_MAX_VALUE 2
@@ -837,7 +837,7 @@
@@ -851,7 +851,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
VARIABLE_COMMENT Helps to save your data in case the disk image of the database becomes corrupt.
VARIABLE_COMMENT Helps to save your data in case the disk image of the database becomes corrupt.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 6
NUMERIC_MAX_VALUE 6
@@ -851,7 +851,7 @@
@@ -865,7 +865,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -188,7 +188,7 @@
...
@@ -188,7 +188,7 @@
VARIABLE_COMMENT Kills the server during crash recovery.
VARIABLE_COMMENT Kills the server during crash recovery.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 10
NUMERIC_MAX_VALUE 10
@@ -879,7 +879,7 @@
@@ -893,7 +893,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 8000000
DEFAULT_VALUE 8000000
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -197,7 +197,7 @@
...
@@ -197,7 +197,7 @@
VARIABLE_COMMENT InnoDB Fulltext search cache size in bytes
VARIABLE_COMMENT InnoDB Fulltext search cache size in bytes
NUMERIC_MIN_VALUE 1600000
NUMERIC_MIN_VALUE 1600000
NUMERIC_MAX_VALUE 80000000
NUMERIC_MAX_VALUE 80000000
@@ -921,7 +921,7 @@
@@ -935,7 +935,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 84
DEFAULT_VALUE 84
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -206,7 +206,7 @@
...
@@ -206,7 +206,7 @@
VARIABLE_COMMENT InnoDB Fulltext search maximum token size in characters
VARIABLE_COMMENT InnoDB Fulltext search maximum token size in characters
NUMERIC_MIN_VALUE 10
NUMERIC_MIN_VALUE 10
NUMERIC_MAX_VALUE 84
NUMERIC_MAX_VALUE 84
@@ -935,7 +935,7 @@
@@ -949,7 +949,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 3
DEFAULT_VALUE 3
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -215,7 +215,7 @@
...
@@ -215,7 +215,7 @@
VARIABLE_COMMENT InnoDB Fulltext search minimum token size in characters
VARIABLE_COMMENT InnoDB Fulltext search minimum token size in characters
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 16
NUMERIC_MAX_VALUE 16
@@ -949,7 +949,7 @@
@@ -963,7 +963,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 2000
DEFAULT_VALUE 2000
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -224,7 +224,7 @@
...
@@ -224,7 +224,7 @@
VARIABLE_COMMENT InnoDB Fulltext search number of words to optimize for each optimize table call
VARIABLE_COMMENT InnoDB Fulltext search number of words to optimize for each optimize table call
NUMERIC_MIN_VALUE 1000
NUMERIC_MIN_VALUE 1000
NUMERIC_MAX_VALUE 10000
NUMERIC_MAX_VALUE 10000
@@ -963,7 +963,7 @@
@@ -977,7 +977,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 2000000000
DEFAULT_VALUE 2000000000
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -233,7 +233,7 @@
...
@@ -233,7 +233,7 @@
VARIABLE_COMMENT InnoDB Fulltext search query result cache limit in bytes
VARIABLE_COMMENT InnoDB Fulltext search query result cache limit in bytes
NUMERIC_MIN_VALUE 1000000
NUMERIC_MIN_VALUE 1000000
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -991,7 +991,7 @@
@@ -1005,7 +1005,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 2
DEFAULT_VALUE 2
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -242,7 +242,7 @@
...
@@ -242,7 +242,7 @@
VARIABLE_COMMENT InnoDB Fulltext search parallel sort degree, will round up to nearest power of 2 number
VARIABLE_COMMENT InnoDB Fulltext search parallel sort degree, will round up to nearest power of 2 number
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 16
NUMERIC_MAX_VALUE 16
@@ -1005,7 +1005,7 @@
@@ -1019,7 +1019,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 640000000
DEFAULT_VALUE 640000000
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -251,7 +251,16 @@
...
@@ -251,7 +251,16 @@
VARIABLE_COMMENT Total memory allocated for InnoDB Fulltext Search cache
VARIABLE_COMMENT Total memory allocated for InnoDB Fulltext Search cache
NUMERIC_MIN_VALUE 32000000
NUMERIC_MIN_VALUE 32000000
NUMERIC_MAX_VALUE 1600000000
NUMERIC_MAX_VALUE 1600000000
@@ -1033,10 +1033,10 @@
@@ -1047,7 +1047,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 100
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT Up to what percentage of dirty pages should be flushed when innodb finds it has spare resources to do so.
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 100
@@ -1061,10 +1061,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 200
DEFAULT_VALUE 200
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -264,7 +273,7 @@
...
@@ -264,7 +273,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1045,12 +1045,12 @@
@@ -1073,12 +1073,12 @@
SESSION_VALUE NULL
SESSION_VALUE NULL
GLOBAL_VALUE 2000
GLOBAL_VALUE 2000
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
...
@@ -280,7 +289,7 @@
...
@@ -280,7 +289,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1103,7 +1103,7 @@
@@ -1131,7 +1131,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 50
DEFAULT_VALUE 50
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -289,7 +298,7 @@
...
@@ -289,7 +298,7 @@
VARIABLE_COMMENT Timeout in seconds an InnoDB transaction may wait for a lock before being rolled back. Values above 100000000 disable the timeout.
VARIABLE_COMMENT Timeout in seconds an InnoDB transaction may wait for a lock before being rolled back. Values above 100000000 disable the timeout.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 1073741824
NUMERIC_MAX_VALUE 1073741824
@@ -1117,10 +1117,10 @@
@@ -1145,10 +1145,10 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE 8388608
DEFAULT_VALUE 8388608
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -302,7 +311,7 @@
...
@@ -302,7 +311,7 @@
NUMERIC_BLOCK_SIZE 1024
NUMERIC_BLOCK_SIZE 1024
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY YES
READ_ONLY YES
@@ -1159,7 +1159,7 @@
@@ -1187,7 +1187,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE 2
DEFAULT_VALUE 2
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -311,7 +320,7 @@
...
@@ -311,7 +320,7 @@
VARIABLE_COMMENT Number of log files in the log group. InnoDB writes to the files in a circular fashion.
VARIABLE_COMMENT Number of log files in the log group. InnoDB writes to the files in a circular fashion.
NUMERIC_MIN_VALUE 2
NUMERIC_MIN_VALUE 2
NUMERIC_MAX_VALUE 100
NUMERIC_MAX_VALUE 100
@@ -1201,10 +1201,10 @@
@@ -1229,10 +1229,10 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE 1024
DEFAULT_VALUE 1024
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -324,25 +333,7 @@
...
@@ -324,25 +333,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1215,7 +1215,7 @@
@@ -1271,10 +1271,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 75
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT Percentage of dirty pages allowed in bufferpool.
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 99
@@ -1229,7 +1229,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT Percentage of dirty pages at which flushing kicks in.
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 99
@@ -1243,10 +1243,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -355,7 +346,7 @@
...
@@ -355,7 +346,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1257,7 +1257,7 @@
@@ -1285,7 +1285,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -364,7 +355,7 @@
...
@@ -364,7 +355,7 @@
VARIABLE_COMMENT Maximum delay of user threads in micro-seconds
VARIABLE_COMMENT Maximum delay of user threads in micro-seconds
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 10000000
NUMERIC_MAX_VALUE 10000000
@@ -1271,7 +1271,7 @@
@@ -1299,7 +1299,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -373,7 +364,7 @@
...
@@ -373,7 +364,7 @@
VARIABLE_COMMENT Number of identical copies of log groups we keep for the database. Currently this should be set to 1.
VARIABLE_COMMENT Number of identical copies of log groups we keep for the database. Currently this should be set to 1.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 10
NUMERIC_MAX_VALUE 10
@@ -1341,7 +1341,7 @@
@@ -1369,7 +1369,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 8
DEFAULT_VALUE 8
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -382,7 +373,7 @@
...
@@ -382,7 +373,7 @@
VARIABLE_COMMENT Number of multi-threaded flush threads
VARIABLE_COMMENT Number of multi-threaded flush threads
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 64
NUMERIC_MAX_VALUE 64
@@ -1397,10 +1397,10 @@
@@ -1425,10 +1425,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -395,7 +386,7 @@
...
@@ -395,7 +386,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY YES
READ_ONLY YES
@@ -1425,7 +1425,7 @@
@@ -1453,7 +1453,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 16
DEFAULT_VALUE 16
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -404,7 +395,7 @@
...
@@ -404,7 +395,7 @@
VARIABLE_COMMENT Number of rw_locks protecting buffer pool page_hash. Rounded up to the next power of 2
VARIABLE_COMMENT Number of rw_locks protecting buffer pool page_hash. Rounded up to the next power of 2
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 1024
NUMERIC_MAX_VALUE 1024
@@ -1439,7 +1439,7 @@
@@ -1467,7 +1467,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 16384
DEFAULT_VALUE 16384
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -413,7 +404,7 @@
...
@@ -413,7 +404,7 @@
VARIABLE_COMMENT Page size to use for all InnoDB tablespaces.
VARIABLE_COMMENT Page size to use for all InnoDB tablespaces.
NUMERIC_MIN_VALUE 4096
NUMERIC_MIN_VALUE 4096
NUMERIC_MAX_VALUE 65536
NUMERIC_MAX_VALUE 65536
@@ -1467,7 +1467,7 @@
@@ -1509,7 +1509,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 300
DEFAULT_VALUE 300
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -422,7 +413,7 @@
...
@@ -422,7 +413,7 @@
VARIABLE_COMMENT Number of UNDO log pages to purge in one batch from the history list.
VARIABLE_COMMENT Number of UNDO log pages to purge in one batch from the history list.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 5000
NUMERIC_MAX_VALUE 5000
@@ -1509,7 +1509,7 @@
@@ -1551,7 +1551,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1
DEFAULT_VALUE 1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -431,7 +422,7 @@
...
@@ -431,7 +422,7 @@
VARIABLE_COMMENT Purge threads can be from 1 to 32. Default is 1.
VARIABLE_COMMENT Purge threads can be from 1 to 32. Default is 1.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 32
NUMERIC_MAX_VALUE 32
@@ -1537,7 +1537,7 @@
@@ -1579,7 +1579,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 56
DEFAULT_VALUE 56
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -440,7 +431,7 @@
...
@@ -440,7 +431,7 @@
VARIABLE_COMMENT Number of pages that must be accessed sequentially for InnoDB to trigger a readahead.
VARIABLE_COMMENT Number of pages that must be accessed sequentially for InnoDB to trigger a readahead.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 64
NUMERIC_MAX_VALUE 64
@@ -1551,7 +1551,7 @@
@@ -1593,7 +1593,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE 4
DEFAULT_VALUE 4
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -449,7 +440,7 @@
...
@@ -449,7 +440,7 @@
VARIABLE_COMMENT Number of background read I/O threads in InnoDB.
VARIABLE_COMMENT Number of background read I/O threads in InnoDB.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 64
NUMERIC_MAX_VALUE 64
@@ -1579,10 +1579,10 @@
@@ -1621,10 +1621,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -462,7 +453,7 @@
...
@@ -462,7 +453,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1607,7 +1607,7 @@
@@ -1649,7 +1649,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 128
DEFAULT_VALUE 128
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -471,7 +462,7 @@
...
@@ -471,7 +462,7 @@
VARIABLE_COMMENT Number of undo logs to use (deprecated).
VARIABLE_COMMENT Number of undo logs to use (deprecated).
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 128
NUMERIC_MAX_VALUE 128
@@ -1621,7 +1621,7 @@
@@ -1663,7 +1663,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -480,7 +471,7 @@
...
@@ -480,7 +471,7 @@
VARIABLE_COMMENT An InnoDB page number.
VARIABLE_COMMENT An InnoDB page number.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -1635,7 +1635,7 @@
@@ -1691,7 +1691,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1048576
DEFAULT_VALUE 1048576
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -489,7 +480,7 @@
...
@@ -489,7 +480,7 @@
VARIABLE_COMMENT Memory buffer size for index creation
VARIABLE_COMMENT Memory buffer size for index creation
NUMERIC_MIN_VALUE 65536
NUMERIC_MIN_VALUE 65536
NUMERIC_MAX_VALUE 67108864
NUMERIC_MAX_VALUE 67108864
@@ -1649,10 +1649,10 @@
@@ -1705,10 +1705,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 6
DEFAULT_VALUE 6
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -502,7 +493,7 @@
...
@@ -502,7 +493,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1817,7 +1817,7 @@
@@ -1901,7 +1901,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1
DEFAULT_VALUE 1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -511,7 +502,7 @@
...
@@ -511,7 +502,7 @@
VARIABLE_COMMENT Size of the mutex/lock wait array.
VARIABLE_COMMENT Size of the mutex/lock wait array.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 1024
NUMERIC_MAX_VALUE 1024
@@ -1831,10 +1831,10 @@
@@ -1915,10 +1915,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 30
DEFAULT_VALUE 30
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -524,7 +515,7 @@
...
@@ -524,7 +515,7 @@
NUMERIC_BLOCK_SIZE 0
NUMERIC_BLOCK_SIZE 0
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -1859,7 +1859,7 @@
@@ -1943,7 +1943,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -533,7 +524,7 @@
...
@@ -533,7 +524,7 @@
VARIABLE_COMMENT Helps in performance tuning in heavily concurrent environments. Sets the maximum number of threads allowed inside InnoDB. Value 0 will disable the thread throttling.
VARIABLE_COMMENT Helps in performance tuning in heavily concurrent environments. Sets the maximum number of threads allowed inside InnoDB. Value 0 will disable the thread throttling.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 1000
NUMERIC_MAX_VALUE 1000
@@ -1873,7 +1873,7 @@
@@ -1957,7 +1957,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 10000
DEFAULT_VALUE 10000
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -542,7 +533,7 @@
...
@@ -542,7 +533,7 @@
VARIABLE_COMMENT Time of innodb thread sleeping before joining InnoDB queue (usec). Value 0 disable a sleep
VARIABLE_COMMENT Time of innodb thread sleeping before joining InnoDB queue (usec). Value 0 disable a sleep
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 1000000
NUMERIC_MAX_VALUE 1000000
@@ -1929,7 +1929,7 @@
@@ -2013,7 +2013,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 128
DEFAULT_VALUE 128
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -551,7 +542,7 @@
...
@@ -551,7 +542,7 @@
VARIABLE_COMMENT Number of undo logs to use.
VARIABLE_COMMENT Number of undo logs to use.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 128
NUMERIC_MAX_VALUE 128
@@ -1943,7 +1943,7 @@
@@ -2027,7 +2027,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -560,7 +551,7 @@
...
@@ -560,7 +551,7 @@
VARIABLE_COMMENT Number of undo tablespaces to use.
VARIABLE_COMMENT Number of undo tablespaces to use.
VARIABLE_COMMENT Buffer length for TCP/IP and socket communication
VARIABLE_COMMENT Buffer length for TCP/IP and socket communication
NUMERIC_MIN_VALUE 1024
NUMERIC_MIN_VALUE 1024
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2337,7 +2337,7 @@
@@ -2351,7 +2351,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 30
DEFAULT_VALUE 30
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -622,7 +622,7 @@
...
@@ -622,7 +622,7 @@
VARIABLE_COMMENT Number of seconds to wait for more data from a connection before aborting the read
VARIABLE_COMMENT Number of seconds to wait for more data from a connection before aborting the read
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 31536000
NUMERIC_MAX_VALUE 31536000
@@ -2351,7 +2351,7 @@
@@ -2365,7 +2365,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 10
DEFAULT_VALUE 10
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -631,7 +631,7 @@
...
@@ -631,7 +631,7 @@
VARIABLE_COMMENT If a read on a communication port is interrupted, retry this many times before giving up
VARIABLE_COMMENT If a read on a communication port is interrupted, retry this many times before giving up
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -2365,7 +2365,7 @@
@@ -2379,7 +2379,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 60
DEFAULT_VALUE 60
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -640,7 +640,7 @@
...
@@ -640,7 +640,7 @@
VARIABLE_COMMENT Number of seconds to wait for a block to be written to a connection before aborting the write
VARIABLE_COMMENT Number of seconds to wait for a block to be written to a connection before aborting the write
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 31536000
NUMERIC_MAX_VALUE 31536000
@@ -2435,7 +2435,7 @@
@@ -2449,7 +2449,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1
DEFAULT_VALUE 1
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -649,7 +649,7 @@
...
@@ -649,7 +649,7 @@
VARIABLE_COMMENT Controls the heuristic(s) applied during query optimization to prune less-promising partial plans from the optimizer search space. Meaning: 0 - do not apply any heuristic, thus perform exhaustive search; 1 - prune plans based on number of retrieved rows
VARIABLE_COMMENT Controls the heuristic(s) applied during query optimization to prune less-promising partial plans from the optimizer search space. Meaning: 0 - do not apply any heuristic, thus perform exhaustive search; 1 - prune plans based on number of retrieved rows
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 1
NUMERIC_MAX_VALUE 1
@@ -2449,7 +2449,7 @@
@@ -2463,7 +2463,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 62
DEFAULT_VALUE 62
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -658,7 +658,7 @@
...
@@ -658,7 +658,7 @@
VARIABLE_COMMENT Maximum depth of search performed by the query optimizer. Values larger than the number of relations in a query result in better query plans, but take longer to compile a query. Values smaller than the number of tables in a relation result in faster optimization, but may produce very bad query plans. If set to 0, the system will automatically pick a reasonable value; if set to 63, the optimizer will switch to the original find_best search. NOTE: The value 63 and its associated behaviour is deprecated
VARIABLE_COMMENT Maximum depth of search performed by the query optimizer. Values larger than the number of relations in a query result in better query plans, but take longer to compile a query. Values smaller than the number of tables in a relation result in faster optimization, but may produce very bad query plans. If set to 0, the system will automatically pick a reasonable value; if set to 63, the optimizer will switch to the original find_best search. NOTE: The value 63 and its associated behaviour is deprecated
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 63
NUMERIC_MAX_VALUE 63
@@ -2463,7 +2463,7 @@
@@ -2477,7 +2477,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 100
DEFAULT_VALUE 100
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -667,7 +667,7 @@
...
@@ -667,7 +667,7 @@
VARIABLE_COMMENT Controls number of record samples to check condition selectivity
VARIABLE_COMMENT Controls number of record samples to check condition selectivity
NUMERIC_MIN_VALUE 10
NUMERIC_MIN_VALUE 10
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -2491,7 +2491,7 @@
@@ -2505,7 +2505,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1
DEFAULT_VALUE 1
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -676,7 +676,7 @@
...
@@ -676,7 +676,7 @@
VARIABLE_COMMENT Controls selectivity of which conditions the optimizer takes into account to calculate cardinality of a partial join when it searches for the best execution plan Meaning: 1 - use selectivity of index backed range conditions to calculate the cardinality of a partial join if the last joined table is accessed by full table scan or an index scan, 2 - use selectivity of index backed range conditions to calculate the cardinality of a partial join in any case, 3 - additionally always use selectivity of range conditions that are not backed by any index to calculate the cardinality of a partial join, 4 - use histograms to calculate selectivity of range conditions that are not backed by any index to calculate the cardinality of a partial join.5 - additionally use selectivity of certain non-range predicates calculated on record samples
VARIABLE_COMMENT Controls selectivity of which conditions the optimizer takes into account to calculate cardinality of a partial join when it searches for the best execution plan Meaning: 1 - use selectivity of index backed range conditions to calculate the cardinality of a partial join if the last joined table is accessed by full table scan or an index scan, 2 - use selectivity of index backed range conditions to calculate the cardinality of a partial join in any case, 3 - additionally always use selectivity of range conditions that are not backed by any index to calculate the cardinality of a partial join, 4 - use histograms to calculate selectivity of range conditions that are not backed by any index to calculate the cardinality of a partial join.5 - additionally use selectivity of certain non-range predicates calculated on record samples
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 5
NUMERIC_MAX_VALUE 5
@@ -2519,7 +2519,7 @@
@@ -2533,7 +2533,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -685,7 +685,7 @@
...
@@ -685,7 +685,7 @@
VARIABLE_COMMENT Maximum number of instrumented user@host accounts. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of instrumented user@host accounts. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2533,7 +2533,7 @@
@@ -2547,7 +2547,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -694,7 +694,7 @@
...
@@ -694,7 +694,7 @@
VARIABLE_COMMENT Size of the statement digest. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Size of the statement digest. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 200
NUMERIC_MAX_VALUE 200
@@ -2547,7 +2547,7 @@
@@ -2561,7 +2561,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -703,7 +703,7 @@
...
@@ -703,7 +703,7 @@
VARIABLE_COMMENT Number of rows in EVENTS_STAGES_HISTORY_LONG. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Number of rows in EVENTS_STAGES_HISTORY_LONG. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2561,7 +2561,7 @@
@@ -2575,7 +2575,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -712,7 +712,7 @@
...
@@ -712,7 +712,7 @@
VARIABLE_COMMENT Number of rows per thread in EVENTS_STAGES_HISTORY. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Number of rows per thread in EVENTS_STAGES_HISTORY. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1024
NUMERIC_MAX_VALUE 1024
@@ -2575,7 +2575,7 @@
@@ -2589,7 +2589,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -721,7 +721,7 @@
...
@@ -721,7 +721,7 @@
VARIABLE_COMMENT Number of rows in EVENTS_STATEMENTS_HISTORY_LONG. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Number of rows in EVENTS_STATEMENTS_HISTORY_LONG. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2589,7 +2589,7 @@
@@ -2603,7 +2603,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -730,7 +730,7 @@
...
@@ -730,7 +730,7 @@
VARIABLE_COMMENT Number of rows per thread in EVENTS_STATEMENTS_HISTORY. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Number of rows per thread in EVENTS_STATEMENTS_HISTORY. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1024
NUMERIC_MAX_VALUE 1024
@@ -2603,7 +2603,7 @@
@@ -2617,7 +2617,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -739,7 +739,7 @@
...
@@ -739,7 +739,7 @@
VARIABLE_COMMENT Number of rows in EVENTS_WAITS_HISTORY_LONG. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Number of rows in EVENTS_WAITS_HISTORY_LONG. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2617,7 +2617,7 @@
@@ -2631,7 +2631,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -748,7 +748,7 @@
...
@@ -748,7 +748,7 @@
VARIABLE_COMMENT Number of rows per thread in EVENTS_WAITS_HISTORY. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Number of rows per thread in EVENTS_WAITS_HISTORY. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1024
NUMERIC_MAX_VALUE 1024
@@ -2631,7 +2631,7 @@
@@ -2645,7 +2645,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -757,7 +757,7 @@
...
@@ -757,7 +757,7 @@
VARIABLE_COMMENT Maximum number of instrumented hosts. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of instrumented hosts. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2645,7 +2645,7 @@
@@ -2659,7 +2659,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 80
DEFAULT_VALUE 80
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -766,7 +766,7 @@
...
@@ -766,7 +766,7 @@
VARIABLE_COMMENT Maximum number of condition instruments.
VARIABLE_COMMENT Maximum number of condition instruments.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 256
NUMERIC_MAX_VALUE 256
@@ -2659,7 +2659,7 @@
@@ -2673,7 +2673,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -775,7 +775,7 @@
...
@@ -775,7 +775,7 @@
VARIABLE_COMMENT Maximum number of instrumented condition objects. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of instrumented condition objects. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2673,7 +2673,7 @@
@@ -2687,7 +2687,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 50
DEFAULT_VALUE 50
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -784,7 +784,7 @@
...
@@ -784,7 +784,7 @@
VARIABLE_COMMENT Maximum number of file instruments.
VARIABLE_COMMENT Maximum number of file instruments.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 256
NUMERIC_MAX_VALUE 256
@@ -2687,7 +2687,7 @@
@@ -2701,7 +2701,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 32768
DEFAULT_VALUE 32768
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -793,7 +793,7 @@
...
@@ -793,7 +793,7 @@
VARIABLE_COMMENT Maximum number of opened instrumented files.
VARIABLE_COMMENT Maximum number of opened instrumented files.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2701,7 +2701,7 @@
@@ -2715,7 +2715,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -802,7 +802,7 @@
...
@@ -802,7 +802,7 @@
VARIABLE_COMMENT Maximum number of instrumented files. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of instrumented files. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2715,7 +2715,7 @@
@@ -2729,7 +2729,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 200
DEFAULT_VALUE 200
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -811,7 +811,7 @@
...
@@ -811,7 +811,7 @@
VARIABLE_COMMENT Maximum number of mutex instruments.
VARIABLE_COMMENT Maximum number of mutex instruments.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 256
NUMERIC_MAX_VALUE 256
@@ -2729,7 +2729,7 @@
@@ -2743,7 +2743,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -820,7 +820,7 @@
...
@@ -820,7 +820,7 @@
VARIABLE_COMMENT Maximum number of instrumented MUTEX objects. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of instrumented MUTEX objects. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 104857600
NUMERIC_MAX_VALUE 104857600
@@ -2743,7 +2743,7 @@
@@ -2757,7 +2757,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 40
DEFAULT_VALUE 40
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -829,7 +829,7 @@
...
@@ -829,7 +829,7 @@
VARIABLE_COMMENT Maximum number of rwlock instruments.
VARIABLE_COMMENT Maximum number of rwlock instruments.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 256
NUMERIC_MAX_VALUE 256
@@ -2757,7 +2757,7 @@
@@ -2771,7 +2771,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -838,7 +838,7 @@
...
@@ -838,7 +838,7 @@
VARIABLE_COMMENT Maximum number of instrumented RWLOCK objects. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of instrumented RWLOCK objects. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 104857600
NUMERIC_MAX_VALUE 104857600
@@ -2771,7 +2771,7 @@
@@ -2785,7 +2785,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 10
DEFAULT_VALUE 10
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -847,7 +847,7 @@
...
@@ -847,7 +847,7 @@
VARIABLE_COMMENT Maximum number of socket instruments.
VARIABLE_COMMENT Maximum number of socket instruments.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 256
NUMERIC_MAX_VALUE 256
@@ -2785,7 +2785,7 @@
@@ -2799,7 +2799,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -856,7 +856,7 @@
...
@@ -856,7 +856,7 @@
VARIABLE_COMMENT Maximum number of opened instrumented sockets. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of opened instrumented sockets. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2799,7 +2799,7 @@
@@ -2813,7 +2813,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 150
DEFAULT_VALUE 150
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -865,7 +865,7 @@
...
@@ -865,7 +865,7 @@
VARIABLE_COMMENT Maximum number of stage instruments.
VARIABLE_COMMENT Maximum number of stage instruments.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 256
NUMERIC_MAX_VALUE 256
@@ -2813,7 +2813,7 @@
@@ -2827,7 +2827,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 178
DEFAULT_VALUE 178
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -874,7 +874,7 @@
...
@@ -874,7 +874,7 @@
VARIABLE_COMMENT Maximum number of statement instruments.
VARIABLE_COMMENT Maximum number of statement instruments.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 256
NUMERIC_MAX_VALUE 256
@@ -2827,7 +2827,7 @@
@@ -2841,7 +2841,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -883,7 +883,7 @@
...
@@ -883,7 +883,7 @@
VARIABLE_COMMENT Maximum number of opened instrumented tables. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of opened instrumented tables. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2841,7 +2841,7 @@
@@ -2855,7 +2855,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -892,7 +892,7 @@
...
@@ -892,7 +892,7 @@
VARIABLE_COMMENT Maximum number of instrumented tables. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of instrumented tables. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2855,7 +2855,7 @@
@@ -2869,7 +2869,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 50
DEFAULT_VALUE 50
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -901,7 +901,7 @@
...
@@ -901,7 +901,7 @@
VARIABLE_COMMENT Maximum number of thread instruments.
VARIABLE_COMMENT Maximum number of thread instruments.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 256
NUMERIC_MAX_VALUE 256
@@ -2869,7 +2869,7 @@
@@ -2883,7 +2883,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -910,7 +910,7 @@
...
@@ -910,7 +910,7 @@
VARIABLE_COMMENT Maximum number of instrumented threads. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of instrumented threads. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2883,7 +2883,7 @@
@@ -2897,7 +2897,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -919,7 +919,7 @@
...
@@ -919,7 +919,7 @@
VARIABLE_COMMENT Size of session attribute string buffer per thread. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Size of session attribute string buffer per thread. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2897,7 +2897,7 @@
@@ -2911,7 +2911,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 100
DEFAULT_VALUE 100
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -928,7 +928,7 @@
...
@@ -928,7 +928,7 @@
VARIABLE_COMMENT Maximum number of rows in SETUP_ACTORS.
VARIABLE_COMMENT Maximum number of rows in SETUP_ACTORS.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 1024
NUMERIC_MAX_VALUE 1024
@@ -2911,7 +2911,7 @@
@@ -2925,7 +2925,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 100
DEFAULT_VALUE 100
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -937,7 +937,7 @@
...
@@ -937,7 +937,7 @@
VARIABLE_COMMENT Maximum number of rows in SETUP_OBJECTS.
VARIABLE_COMMENT Maximum number of rows in SETUP_OBJECTS.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2925,7 +2925,7 @@
@@ -2939,7 +2939,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE -1
DEFAULT_VALUE -1
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -946,7 +946,7 @@
...
@@ -946,7 +946,7 @@
VARIABLE_COMMENT Maximum number of instrumented users. Use 0 to disable, -1 for automated sizing.
VARIABLE_COMMENT Maximum number of instrumented users. Use 0 to disable, -1 for automated sizing.
NUMERIC_MIN_VALUE -1
NUMERIC_MIN_VALUE -1
NUMERIC_MAX_VALUE 1048576
NUMERIC_MAX_VALUE 1048576
@@ -2995,7 +2995,7 @@
@@ -3009,7 +3009,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 32768
DEFAULT_VALUE 32768
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -955,7 +955,7 @@
...
@@ -955,7 +955,7 @@
VARIABLE_COMMENT The size of the buffer that is allocated when preloading indexes
VARIABLE_COMMENT The size of the buffer that is allocated when preloading indexes
NUMERIC_MIN_VALUE 1024
NUMERIC_MIN_VALUE 1024
NUMERIC_MAX_VALUE 1073741824
NUMERIC_MAX_VALUE 1073741824
@@ -3023,7 +3023,7 @@
@@ -3037,7 +3037,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 15
DEFAULT_VALUE 15
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -964,7 +964,7 @@
...
@@ -964,7 +964,7 @@
VARIABLE_COMMENT Limit of query profiling memory
VARIABLE_COMMENT Limit of query profiling memory
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 100
NUMERIC_MAX_VALUE 100
@@ -3037,7 +3037,7 @@
@@ -3051,7 +3051,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 5
DEFAULT_VALUE 5
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -973,7 +973,7 @@
...
@@ -973,7 +973,7 @@
VARIABLE_COMMENT Seconds between sending progress reports to the client for time-consuming statements. Set to 0 to disable progress reporting.
VARIABLE_COMMENT Seconds between sending progress reports to the client for time-consuming statements. Set to 0 to disable progress reporting.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -3093,10 +3093,10 @@
@@ -3107,10 +3107,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE SESSION ONLY
VARIABLE_SCOPE SESSION ONLY
...
@@ -986,7 +986,7 @@
...
@@ -986,7 +986,7 @@
NUMERIC_BLOCK_SIZE 1
NUMERIC_BLOCK_SIZE 1
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -3107,7 +3107,7 @@
@@ -3121,7 +3121,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 8192
DEFAULT_VALUE 8192
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -995,7 +995,7 @@
...
@@ -995,7 +995,7 @@
VARIABLE_COMMENT Allocation block size for query parsing and execution
VARIABLE_COMMENT Allocation block size for query parsing and execution
NUMERIC_MIN_VALUE 1024
NUMERIC_MIN_VALUE 1024
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -3121,7 +3121,7 @@
@@ -3135,7 +3135,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1048576
DEFAULT_VALUE 1048576
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1004,7 +1004,7 @@
...
@@ -1004,7 +1004,7 @@
VARIABLE_COMMENT Don't cache results that are bigger than this
VARIABLE_COMMENT Don't cache results that are bigger than this
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -3135,7 +3135,7 @@
@@ -3149,7 +3149,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 4096
DEFAULT_VALUE 4096
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1013,7 +1013,7 @@
...
@@ -1013,7 +1013,7 @@
VARIABLE_COMMENT The minimum size for blocks allocated by the query cache
VARIABLE_COMMENT The minimum size for blocks allocated by the query cache
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -3152,7 +3152,7 @@
@@ -3166,7 +3166,7 @@
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_COMMENT The memory allocated to store results from old queries
VARIABLE_COMMENT The memory allocated to store results from old queries
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
...
@@ -1022,7 +1022,7 @@
...
@@ -1022,7 +1022,7 @@
NUMERIC_BLOCK_SIZE 1024
NUMERIC_BLOCK_SIZE 1024
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -3205,7 +3205,7 @@
@@ -3219,7 +3219,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 8192
DEFAULT_VALUE 8192
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -1031,7 +1031,7 @@
...
@@ -1031,7 +1031,7 @@
VARIABLE_COMMENT Persistent buffer for query parsing and execution
VARIABLE_COMMENT Persistent buffer for query parsing and execution
NUMERIC_MIN_VALUE 8192
NUMERIC_MIN_VALUE 8192
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -3222,7 +3222,7 @@
@@ -3236,7 +3236,7 @@
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_COMMENT Sets the internal state of the RAND() generator for replication purposes
VARIABLE_COMMENT Sets the internal state of the RAND() generator for replication purposes
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
...
@@ -1040,7 +1040,7 @@
...
@@ -1040,7 +1040,7 @@
NUMERIC_BLOCK_SIZE 1
NUMERIC_BLOCK_SIZE 1
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -3236,7 +3236,7 @@
@@ -3250,7 +3250,7 @@
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_COMMENT Sets the internal state of the RAND() generator for replication purposes
VARIABLE_COMMENT Sets the internal state of the RAND() generator for replication purposes
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
...
@@ -1049,7 +1049,7 @@
...
@@ -1049,7 +1049,7 @@
NUMERIC_BLOCK_SIZE 1
NUMERIC_BLOCK_SIZE 1
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -3247,7 +3247,7 @@
@@ -3261,7 +3261,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 4096
DEFAULT_VALUE 4096
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -1058,7 +1058,7 @@
...
@@ -1058,7 +1058,7 @@
VARIABLE_COMMENT Allocation block size for storing ranges during optimization
VARIABLE_COMMENT Allocation block size for storing ranges during optimization
NUMERIC_MIN_VALUE 4096
NUMERIC_MIN_VALUE 4096
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -3261,7 +3261,7 @@
@@ -3275,7 +3275,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 131072
DEFAULT_VALUE 131072
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -1067,7 +1067,7 @@
...
@@ -1067,7 +1067,7 @@
VARIABLE_COMMENT Each thread that does a sequential scan allocates a buffer of this size for each table it scans. If you do many sequential scans, you may want to increase this value
VARIABLE_COMMENT Each thread that does a sequential scan allocates a buffer of this size for each table it scans. If you do many sequential scans, you may want to increase this value
NUMERIC_MIN_VALUE 8192
NUMERIC_MIN_VALUE 8192
NUMERIC_MAX_VALUE 2147483647
NUMERIC_MAX_VALUE 2147483647
@@ -3289,7 +3289,7 @@
@@ -3303,7 +3303,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 262144
DEFAULT_VALUE 262144
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -1076,7 +1076,7 @@
...
@@ -1076,7 +1076,7 @@
VARIABLE_COMMENT When reading rows in sorted order after a sort, the rows are read through this buffer to avoid a disk seeks
VARIABLE_COMMENT When reading rows in sorted order after a sort, the rows are read through this buffer to avoid a disk seeks
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 2147483647
NUMERIC_MAX_VALUE 2147483647
@@ -3555,10 +3555,10 @@
@@ -3569,10 +3569,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 8388608
DEFAULT_VALUE 8388608
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -1089,7 +1089,7 @@
...
@@ -1089,7 +1089,7 @@
NUMERIC_BLOCK_SIZE 1
NUMERIC_BLOCK_SIZE 1
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -3569,10 +3569,10 @@
@@ -3583,10 +3583,10 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1102,7 +1102,7 @@
...
@@ -1102,7 +1102,7 @@
NUMERIC_BLOCK_SIZE 1
NUMERIC_BLOCK_SIZE 1
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -3611,7 +3611,7 @@
@@ -3625,7 +3625,7 @@
GLOBAL_VALUE_ORIGIN CONFIG
GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -1111,7 +1111,7 @@
...
@@ -1111,7 +1111,7 @@
VARIABLE_COMMENT Uniquely identifies the server instance in the community of replication partners
VARIABLE_COMMENT Uniquely identifies the server instance in the community of replication partners
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -3723,7 +3723,7 @@
@@ -3737,7 +3737,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1120,7 +1120,7 @@
...
@@ -1120,7 +1120,7 @@
VARIABLE_COMMENT Maximum number of parallel threads to use on slave for events in a single replication domain. When using multiple domains, this can be used to limit a single domain from grabbing all threads and thus stalling other domains. The default of 0 means to allow a domain to grab as many threads as it wants, up to the value of slave_parallel_threads.
VARIABLE_COMMENT Maximum number of parallel threads to use on slave for events in a single replication domain. When using multiple domains, this can be used to limit a single domain from grabbing all threads and thus stalling other domains. The default of 0 means to allow a domain to grab as many threads as it wants, up to the value of slave_parallel_threads.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 16383
NUMERIC_MAX_VALUE 16383
@@ -3765,7 +3765,7 @@
@@ -3779,7 +3779,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 1073741824
DEFAULT_VALUE 1073741824
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1129,7 +1129,7 @@
...
@@ -1129,7 +1129,7 @@
VARIABLE_COMMENT The maximum packet length to sent successfully from the master to slave.
VARIABLE_COMMENT The maximum packet length to sent successfully from the master to slave.
NUMERIC_MIN_VALUE 1024
NUMERIC_MIN_VALUE 1024
NUMERIC_MAX_VALUE 1073741824
NUMERIC_MAX_VALUE 1073741824
@@ -3793,7 +3793,7 @@
@@ -3807,7 +3807,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 131072
DEFAULT_VALUE 131072
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1138,7 +1138,7 @@
...
@@ -1138,7 +1138,7 @@
VARIABLE_COMMENT Limit on how much memory SQL threads should use per parallel replication thread when reading ahead in the relay log looking for opportunities for parallel replication. Only used when --slave-parallel-threads > 0.
VARIABLE_COMMENT Limit on how much memory SQL threads should use per parallel replication thread when reading ahead in the relay log looking for opportunities for parallel replication. Only used when --slave-parallel-threads > 0.
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 2147483647
NUMERIC_MAX_VALUE 2147483647
@@ -3807,7 +3807,7 @@
@@ -3821,7 +3821,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1147,7 +1147,7 @@
...
@@ -1147,7 +1147,7 @@
VARIABLE_COMMENT If non-zero, number of threads to spawn to apply in parallel events on the slave that were group-committed on the master or were logged with GTID in different replication domains. Note that these threads are in addition to the IO and SQL threads, which are always created by a replication slave
VARIABLE_COMMENT If non-zero, number of threads to spawn to apply in parallel events on the slave that were group-committed on the master or were logged with GTID in different replication domains. Note that these threads are in addition to the IO and SQL threads, which are always created by a replication slave
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 16383
NUMERIC_MAX_VALUE 16383
@@ -3863,7 +3863,7 @@
@@ -3877,7 +3877,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 10
DEFAULT_VALUE 10
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1156,7 +1156,7 @@
...
@@ -1156,7 +1156,7 @@
VARIABLE_COMMENT Number of times the slave SQL thread will retry a transaction in case it failed with a deadlock or elapsed lock wait timeout, before giving up and stopping
VARIABLE_COMMENT Number of times the slave SQL thread will retry a transaction in case it failed with a deadlock or elapsed lock wait timeout, before giving up and stopping
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -3891,7 +3891,7 @@
@@ -3905,7 +3905,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 2
DEFAULT_VALUE 2
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1165,7 +1165,7 @@
...
@@ -1165,7 +1165,7 @@
VARIABLE_COMMENT If creating the thread takes longer than this value (in seconds), the Slow_launch_threads counter will be incremented
VARIABLE_COMMENT If creating the thread takes longer than this value (in seconds), the Slow_launch_threads counter will be incremented
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 31536000
NUMERIC_MAX_VALUE 31536000
@@ -3950,7 +3950,7 @@
@@ -3964,7 +3964,7 @@
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_COMMENT Each thread that needs to do a sort allocates a buffer of this size
VARIABLE_COMMENT Each thread that needs to do a sort allocates a buffer of this size
NUMERIC_MIN_VALUE 1024
NUMERIC_MIN_VALUE 1024
...
@@ -1174,7 +1174,7 @@
...
@@ -1174,7 +1174,7 @@
NUMERIC_BLOCK_SIZE 1
NUMERIC_BLOCK_SIZE 1
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -4241,7 +4241,7 @@
@@ -4255,7 +4255,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 256
DEFAULT_VALUE 256
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1183,7 +1183,7 @@
...
@@ -1183,7 +1183,7 @@
VARIABLE_COMMENT The soft upper limit for number of cached stored routines for one connection.
VARIABLE_COMMENT The soft upper limit for number of cached stored routines for one connection.
NUMERIC_MIN_VALUE 256
NUMERIC_MIN_VALUE 256
NUMERIC_MAX_VALUE 524288
NUMERIC_MAX_VALUE 524288
@@ -4325,7 +4325,7 @@
@@ -4339,7 +4339,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 400
DEFAULT_VALUE 400
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1192,7 +1192,7 @@
...
@@ -1192,7 +1192,7 @@
VARIABLE_COMMENT The number of cached table definitions
VARIABLE_COMMENT The number of cached table definitions
NUMERIC_MIN_VALUE 400
NUMERIC_MIN_VALUE 400
NUMERIC_MAX_VALUE 524288
NUMERIC_MAX_VALUE 524288
@@ -4339,7 +4339,7 @@
@@ -4353,7 +4353,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 400
DEFAULT_VALUE 400
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1201,7 +1201,7 @@
...
@@ -1201,7 +1201,7 @@
VARIABLE_COMMENT The number of cached open tables
VARIABLE_COMMENT The number of cached open tables
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 524288
NUMERIC_MAX_VALUE 524288
@@ -4353,7 +4353,7 @@
@@ -4367,7 +4367,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1210,7 +1210,7 @@
...
@@ -1210,7 +1210,7 @@
VARIABLE_COMMENT How many threads we should keep in a cache for reuse
VARIABLE_COMMENT How many threads we should keep in a cache for reuse
NUMERIC_MIN_VALUE 0
NUMERIC_MIN_VALUE 0
NUMERIC_MAX_VALUE 16384
NUMERIC_MAX_VALUE 16384
@@ -4367,7 +4367,7 @@
@@ -4381,7 +4381,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 10
DEFAULT_VALUE 10
VARIABLE_SCOPE GLOBAL
VARIABLE_SCOPE GLOBAL
...
@@ -1219,7 +1219,7 @@
...
@@ -1219,7 +1219,7 @@
VARIABLE_COMMENT Permits the application to give the threads system a hint for the desired number of threads that should be run at the same time.This variable has no effect, and is deprecated. It will be removed in a future release.
VARIABLE_COMMENT Permits the application to give the threads system a hint for the desired number of threads that should be run at the same time.This variable has no effect, and is deprecated. It will be removed in a future release.
NUMERIC_MIN_VALUE 1
NUMERIC_MIN_VALUE 1
NUMERIC_MAX_VALUE 512
NUMERIC_MAX_VALUE 512
@@ -4552,7 +4552,7 @@
@@ -4566,7 +4566,7 @@
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_COMMENT If an internal in-memory temporary table exceeds this size, MySQL will automatically convert it to an on-disk MyISAM or Aria table
VARIABLE_COMMENT If an internal in-memory temporary table exceeds this size, MySQL will automatically convert it to an on-disk MyISAM or Aria table
NUMERIC_MIN_VALUE 1024
NUMERIC_MIN_VALUE 1024
...
@@ -1228,7 +1228,7 @@
...
@@ -1228,7 +1228,7 @@
NUMERIC_BLOCK_SIZE 1
NUMERIC_BLOCK_SIZE 1
ENUM_VALUE_LIST NULL
ENUM_VALUE_LIST NULL
READ_ONLY NO
READ_ONLY NO
@@ -4563,7 +4563,7 @@
@@ -4577,7 +4577,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 8192
DEFAULT_VALUE 8192
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -1237,7 +1237,7 @@
...
@@ -1237,7 +1237,7 @@
VARIABLE_COMMENT Allocation block size for transactions to be stored in binary log
VARIABLE_COMMENT Allocation block size for transactions to be stored in binary log
NUMERIC_MIN_VALUE 1024
NUMERIC_MIN_VALUE 1024
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -4577,7 +4577,7 @@
@@ -4591,7 +4591,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 4096
DEFAULT_VALUE 4096
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -1246,7 +1246,7 @@
...
@@ -1246,7 +1246,7 @@
VARIABLE_COMMENT Persistent buffer for transactions to be stored in binary log
VARIABLE_COMMENT Persistent buffer for transactions to be stored in binary log
NUMERIC_MIN_VALUE 1024
NUMERIC_MIN_VALUE 1024
NUMERIC_MAX_VALUE 4294967295
NUMERIC_MAX_VALUE 4294967295
@@ -4675,7 +4675,7 @@
@@ -4689,7 +4689,7 @@
GLOBAL_VALUE_ORIGIN COMPILE-TIME
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 28800
DEFAULT_VALUE 28800
VARIABLE_SCOPE SESSION
VARIABLE_SCOPE SESSION
...
@@ -1255,7 +1255,7 @@
...
@@ -1255,7 +1255,7 @@
VARIABLE_COMMENT The number of seconds the server waits for activity on a connection before closing it
VARIABLE_COMMENT The number of seconds the server waits for activity on a connection before closing it