mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
fix 64-bit tests too
This commit is contained in:
parent
4246fe802e
commit
7a5eb00322
4 changed files with 43 additions and 59 deletions
|
@ -1000,28 +1000,7 @@
|
|||
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_MAX_VALUE 4294967295
|
||||
@@ -3159,6 +3159,20 @@ NUMERIC_BLOCK_SIZE 1
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY YES
|
||||
COMMAND_LINE_ARGUMENT NULL
|
||||
+VARIABLE_NAME PROXY_PROTOCOL_NETWORKS
|
||||
+SESSION_VALUE NULL
|
||||
+GLOBAL_VALUE
|
||||
+GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
+DEFAULT_VALUE
|
||||
+VARIABLE_SCOPE GLOBAL
|
||||
+VARIABLE_TYPE VARCHAR
|
||||
+VARIABLE_COMMENT Enable proxy protocol for these source networks. The syntax is a comma separated list of IPv4 and IPv6 networks. If the network doesn't contain mask, it is considered to be a single host. "*" represents all networks and must the only directive on the line. String "localhost" represents non-TCP local connections (Unix domain socket, Windows named pipe or shared memory).
|
||||
+NUMERIC_MIN_VALUE NULL
|
||||
+NUMERIC_MAX_VALUE NULL
|
||||
+NUMERIC_BLOCK_SIZE NULL
|
||||
+ENUM_VALUE_LIST NULL
|
||||
+READ_ONLY YES
|
||||
+COMMAND_LINE_ARGUMENT REQUIRED
|
||||
VARIABLE_NAME PROXY_USER
|
||||
SESSION_VALUE
|
||||
GLOBAL_VALUE NULL
|
||||
@@ -3207,7 +3221,7 @@ GLOBAL_VALUE 16384
|
||||
@@ -3221,7 +3221,7 @@ GLOBAL_VALUE 16384
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 16384
|
||||
VARIABLE_SCOPE SESSION
|
||||
|
@ -1030,7 +1009,7 @@
|
|||
VARIABLE_COMMENT Allocation block size for query parsing and execution
|
||||
NUMERIC_MIN_VALUE 1024
|
||||
NUMERIC_MAX_VALUE 4294967295
|
||||
@@ -3221,7 +3235,7 @@ GLOBAL_VALUE 1048576
|
||||
@@ -3235,7 +3235,7 @@ GLOBAL_VALUE 1048576
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 1048576
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
@ -1039,7 +1018,7 @@
|
|||
VARIABLE_COMMENT Don't cache results that are bigger than this
|
||||
NUMERIC_MIN_VALUE 0
|
||||
NUMERIC_MAX_VALUE 4294967295
|
||||
@@ -3235,7 +3249,7 @@ GLOBAL_VALUE 4096
|
||||
@@ -3249,7 +3249,7 @@ GLOBAL_VALUE 4096
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 4096
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
@ -1048,7 +1027,7 @@
|
|||
VARIABLE_COMMENT The minimum size for blocks allocated by the query cache
|
||||
NUMERIC_MIN_VALUE 0
|
||||
NUMERIC_MAX_VALUE 4294967295
|
||||
@@ -3252,7 +3266,7 @@ VARIABLE_SCOPE GLOBAL
|
||||
@@ -3266,7 +3266,7 @@ VARIABLE_SCOPE GLOBAL
|
||||
VARIABLE_TYPE BIGINT UNSIGNED
|
||||
VARIABLE_COMMENT The memory allocated to store results from old queries
|
||||
NUMERIC_MIN_VALUE 0
|
||||
|
@ -1057,7 +1036,7 @@
|
|||
NUMERIC_BLOCK_SIZE 1024
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY NO
|
||||
@@ -3305,7 +3319,7 @@ GLOBAL_VALUE 24576
|
||||
@@ -3319,7 +3319,7 @@ GLOBAL_VALUE 24576
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 24576
|
||||
VARIABLE_SCOPE SESSION
|
||||
|
@ -1066,7 +1045,7 @@
|
|||
VARIABLE_COMMENT Persistent buffer for query parsing and execution
|
||||
NUMERIC_MIN_VALUE 1024
|
||||
NUMERIC_MAX_VALUE 4294967295
|
||||
@@ -3319,7 +3333,7 @@ GLOBAL_VALUE 4096
|
||||
@@ -3333,7 +3333,7 @@ GLOBAL_VALUE 4096
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 4096
|
||||
VARIABLE_SCOPE SESSION
|
||||
|
@ -1075,7 +1054,7 @@
|
|||
VARIABLE_COMMENT Allocation block size for storing ranges during optimization
|
||||
NUMERIC_MIN_VALUE 4096
|
||||
NUMERIC_MAX_VALUE 4294967295
|
||||
@@ -3333,7 +3347,7 @@ GLOBAL_VALUE 131072
|
||||
@@ -3347,7 +3347,7 @@ GLOBAL_VALUE 131072
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 131072
|
||||
VARIABLE_SCOPE SESSION
|
||||
|
@ -1084,7 +1063,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
|
||||
NUMERIC_MIN_VALUE 8192
|
||||
NUMERIC_MAX_VALUE 2147483647
|
||||
@@ -3361,7 +3375,7 @@ GLOBAL_VALUE 262144
|
||||
@@ -3375,7 +3375,7 @@ GLOBAL_VALUE 262144
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 262144
|
||||
VARIABLE_SCOPE SESSION
|
||||
|
@ -1093,7 +1072,7 @@
|
|||
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_MAX_VALUE 2147483647
|
||||
@@ -3375,10 +3389,10 @@ GLOBAL_VALUE 8388608
|
||||
@@ -3389,10 +3389,10 @@ GLOBAL_VALUE 8388608
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 8388608
|
||||
VARIABLE_SCOPE SESSION
|
||||
|
@ -1106,7 +1085,7 @@
|
|||
NUMERIC_BLOCK_SIZE 1
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY NO
|
||||
@@ -3417,7 +3431,7 @@ GLOBAL_VALUE 1
|
||||
@@ -3431,7 +3431,7 @@ GLOBAL_VALUE 1
|
||||
GLOBAL_VALUE_ORIGIN CONFIG
|
||||
DEFAULT_VALUE 1
|
||||
VARIABLE_SCOPE SESSION
|
||||
|
@ -1115,7 +1094,7 @@
|
|||
VARIABLE_COMMENT Uniquely identifies the server instance in the community of replication partners
|
||||
NUMERIC_MIN_VALUE 1
|
||||
NUMERIC_MAX_VALUE 4294967295
|
||||
@@ -3515,7 +3529,7 @@ GLOBAL_VALUE 1073741824
|
||||
@@ -3529,7 +3529,7 @@ GLOBAL_VALUE 1073741824
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 1073741824
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
@ -1124,7 +1103,7 @@
|
|||
VARIABLE_COMMENT The maximum packet length to sent successfully from the master to slave.
|
||||
NUMERIC_MIN_VALUE 1024
|
||||
NUMERIC_MAX_VALUE 1073741824
|
||||
@@ -3529,7 +3543,7 @@ GLOBAL_VALUE 2
|
||||
@@ -3543,7 +3543,7 @@ GLOBAL_VALUE 2
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 2
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
@ -1133,7 +1112,7 @@
|
|||
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_MAX_VALUE 31536000
|
||||
@@ -3588,7 +3602,7 @@ VARIABLE_SCOPE SESSION
|
||||
@@ -3602,7 +3602,7 @@ VARIABLE_SCOPE SESSION
|
||||
VARIABLE_TYPE BIGINT UNSIGNED
|
||||
VARIABLE_COMMENT Each thread that needs to do a sort allocates a buffer of this size
|
||||
NUMERIC_MIN_VALUE 1024
|
||||
|
@ -1142,7 +1121,7 @@
|
|||
NUMERIC_BLOCK_SIZE 1
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY NO
|
||||
@@ -3879,7 +3893,7 @@ GLOBAL_VALUE 256
|
||||
@@ -3893,7 +3893,7 @@ GLOBAL_VALUE 256
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 256
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
@ -1151,7 +1130,7 @@
|
|||
VARIABLE_COMMENT The soft upper limit for number of cached stored routines for one connection.
|
||||
NUMERIC_MIN_VALUE 0
|
||||
NUMERIC_MAX_VALUE 524288
|
||||
@@ -3949,7 +3963,7 @@ GLOBAL_VALUE 400
|
||||
@@ -3963,7 +3963,7 @@ GLOBAL_VALUE 400
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 400
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
@ -1160,7 +1139,7 @@
|
|||
VARIABLE_COMMENT The number of cached table definitions
|
||||
NUMERIC_MIN_VALUE 400
|
||||
NUMERIC_MAX_VALUE 524288
|
||||
@@ -3963,7 +3977,7 @@ GLOBAL_VALUE 2000
|
||||
@@ -3977,7 +3977,7 @@ GLOBAL_VALUE 2000
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 2000
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
@ -1169,7 +1148,7 @@
|
|||
VARIABLE_COMMENT The number of cached open tables
|
||||
NUMERIC_MIN_VALUE 1
|
||||
NUMERIC_MAX_VALUE 1048576
|
||||
@@ -3991,7 +4005,7 @@ GLOBAL_VALUE 151
|
||||
@@ -4005,7 +4005,7 @@ GLOBAL_VALUE 151
|
||||
GLOBAL_VALUE_ORIGIN AUTO
|
||||
DEFAULT_VALUE 256
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
@ -1178,7 +1157,7 @@
|
|||
VARIABLE_COMMENT How many threads we should keep in a cache for reuse. These are freed after 5 minutes of idle time
|
||||
NUMERIC_MIN_VALUE 0
|
||||
NUMERIC_MAX_VALUE 16384
|
||||
@@ -4005,7 +4019,7 @@ GLOBAL_VALUE 10
|
||||
@@ -4019,7 +4019,7 @@ GLOBAL_VALUE 10
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 10
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
@ -1187,7 +1166,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.
|
||||
NUMERIC_MIN_VALUE 1
|
||||
NUMERIC_MAX_VALUE 512
|
||||
@@ -4112,15 +4126,15 @@ ENUM_VALUE_LIST NULL
|
||||
@@ -4126,15 +4126,15 @@ ENUM_VALUE_LIST NULL
|
||||
READ_ONLY YES
|
||||
COMMAND_LINE_ARGUMENT REQUIRED
|
||||
VARIABLE_NAME TMP_DISK_TABLE_SIZE
|
||||
|
@ -1207,7 +1186,7 @@
|
|||
NUMERIC_BLOCK_SIZE 1
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY NO
|
||||
@@ -4134,7 +4148,7 @@ VARIABLE_SCOPE SESSION
|
||||
@@ -4148,7 +4148,7 @@ VARIABLE_SCOPE SESSION
|
||||
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. Same as tmp_table_size.
|
||||
NUMERIC_MIN_VALUE 1024
|
||||
|
@ -1216,7 +1195,7 @@
|
|||
NUMERIC_BLOCK_SIZE 1
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY NO
|
||||
@@ -4148,7 +4162,7 @@ VARIABLE_SCOPE SESSION
|
||||
@@ -4162,7 +4162,7 @@ VARIABLE_SCOPE SESSION
|
||||
VARIABLE_TYPE BIGINT UNSIGNED
|
||||
VARIABLE_COMMENT Alias for tmp_memory_table_size. 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
|
||||
|
@ -1225,7 +1204,7 @@
|
|||
NUMERIC_BLOCK_SIZE 1
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY NO
|
||||
@@ -4159,7 +4173,7 @@ GLOBAL_VALUE 8192
|
||||
@@ -4173,7 +4173,7 @@ GLOBAL_VALUE 8192
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 8192
|
||||
VARIABLE_SCOPE SESSION
|
||||
|
@ -1234,7 +1213,7 @@
|
|||
VARIABLE_COMMENT Allocation block size for transactions to be stored in binary log
|
||||
NUMERIC_MIN_VALUE 1024
|
||||
NUMERIC_MAX_VALUE 134217728
|
||||
@@ -4173,7 +4187,7 @@ GLOBAL_VALUE 4096
|
||||
@@ -4187,7 +4187,7 @@ GLOBAL_VALUE 4096
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 4096
|
||||
VARIABLE_SCOPE SESSION
|
||||
|
@ -1243,7 +1222,7 @@
|
|||
VARIABLE_COMMENT Persistent buffer for transactions to be stored in binary log
|
||||
NUMERIC_MIN_VALUE 1024
|
||||
NUMERIC_MAX_VALUE 134217728
|
||||
@@ -4271,7 +4285,7 @@ GLOBAL_VALUE 28800
|
||||
@@ -4285,7 +4285,7 @@ GLOBAL_VALUE 28800
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 28800
|
||||
VARIABLE_SCOPE SESSION
|
||||
|
@ -1252,7 +1231,7 @@
|
|||
VARIABLE_COMMENT The number of seconds the server waits for activity on a connection before closing it
|
||||
NUMERIC_MIN_VALUE 1
|
||||
NUMERIC_MAX_VALUE 31536000
|
||||
@@ -4375,7 +4389,7 @@ READ_ONLY YES
|
||||
@@ -4389,7 +4389,7 @@ READ_ONLY YES
|
||||
COMMAND_LINE_ARGUMENT OPTIONAL
|
||||
VARIABLE_NAME OPEN_FILES_LIMIT
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
@ -1261,7 +1240,7 @@
|
|||
VARIABLE_COMMENT If this is not 0, then mysqld will use this value to reserve file descriptors to use with setrlimit(). If this value is 0 then mysqld will reserve max_connections*5 or max_connections + table_cache*2 (whichever is larger) number of file descriptors
|
||||
NUMERIC_MIN_VALUE 0
|
||||
NUMERIC_MAX_VALUE 4294967295
|
||||
@@ -4388,7 +4402,7 @@ VARIABLE_SCOPE SESSION ONLY
|
||||
@@ -4402,7 +4402,7 @@ VARIABLE_SCOPE SESSION ONLY
|
||||
VARIABLE_TYPE BIGINT UNSIGNED
|
||||
VARIABLE_COMMENT Sets the internal state of the RAND() generator for replication purposes
|
||||
NUMERIC_MIN_VALUE 0
|
||||
|
@ -1270,7 +1249,7 @@
|
|||
NUMERIC_BLOCK_SIZE 1
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY NO
|
||||
@@ -4398,7 +4412,7 @@ VARIABLE_SCOPE SESSION ONLY
|
||||
@@ -4412,7 +4412,7 @@ VARIABLE_SCOPE SESSION ONLY
|
||||
VARIABLE_TYPE BIGINT UNSIGNED
|
||||
VARIABLE_COMMENT Sets the internal state of the RAND() generator for replication purposes
|
||||
NUMERIC_MIN_VALUE 0
|
||||
|
@ -1279,7 +1258,7 @@
|
|||
NUMERIC_BLOCK_SIZE 1
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY NO
|
||||
@@ -4483,7 +4497,7 @@ order by variable_name;
|
||||
@@ -4497,7 +4497,7 @@ order by variable_name;
|
||||
VARIABLE_NAME LOG_TC_SIZE
|
||||
GLOBAL_VALUE_ORIGIN AUTO
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
|
|
@ -3159,6 +3159,20 @@ NUMERIC_BLOCK_SIZE 1
|
|||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY YES
|
||||
COMMAND_LINE_ARGUMENT NULL
|
||||
VARIABLE_NAME PROXY_PROTOCOL_NETWORKS
|
||||
SESSION_VALUE NULL
|
||||
GLOBAL_VALUE
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
VARIABLE_TYPE VARCHAR
|
||||
VARIABLE_COMMENT Enable proxy protocol for these source networks. The syntax is a comma separated list of IPv4 and IPv6 networks. If the network doesn't contain mask, it is considered to be a single host. "*" represents all networks and must the only directive on the line. String "localhost" represents non-TCP local connections (Unix domain socket, Windows named pipe or shared memory).
|
||||
NUMERIC_MIN_VALUE NULL
|
||||
NUMERIC_MAX_VALUE NULL
|
||||
NUMERIC_BLOCK_SIZE NULL
|
||||
ENUM_VALUE_LIST NULL
|
||||
READ_ONLY YES
|
||||
COMMAND_LINE_ARGUMENT REQUIRED
|
||||
VARIABLE_NAME PROXY_USER
|
||||
SESSION_VALUE
|
||||
GLOBAL_VALUE NULL
|
||||
|
|
|
@ -1000,15 +1000,6 @@
|
|||
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_MAX_VALUE 4294967295
|
||||
@@ -3376,7 +3376,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
VARIABLE_TYPE VARCHAR
|
||||
-VARIABLE_COMMENT Enable proxy protocol for these source networks. The syntax is a comma separated list of IPv4 and IPv6 networks. If the network doesn't contain mask, it is considered to be a single host. "*" represents all networks and must the only directive on the line.
|
||||
+VARIABLE_COMMENT Enable proxy protocol for these source networks. The syntax is a comma separated list of IPv4 and IPv6 networks. If the network doesn't contain mask, it is considered to be a single host. "*" represents all networks and must the only directive on the line. String "localhost" represents non-TCP local connections (Unix domain socket, Windows named pipe or shared memory).
|
||||
NUMERIC_MIN_VALUE NULL
|
||||
NUMERIC_MAX_VALUE NULL
|
||||
NUMERIC_BLOCK_SIZE NULL
|
||||
@@ -3431,7 +3431,7 @@ GLOBAL_VALUE 16384
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE 16384
|
||||
|
|
|
@ -3376,7 +3376,7 @@ GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
|||
DEFAULT_VALUE
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
VARIABLE_TYPE VARCHAR
|
||||
VARIABLE_COMMENT Enable proxy protocol for these source networks. The syntax is a comma separated list of IPv4 and IPv6 networks. If the network doesn't contain mask, it is considered to be a single host. "*" represents all networks and must the only directive on the line.
|
||||
VARIABLE_COMMENT Enable proxy protocol for these source networks. The syntax is a comma separated list of IPv4 and IPv6 networks. If the network doesn't contain mask, it is considered to be a single host. "*" represents all networks and must the only directive on the line. String "localhost" represents non-TCP local connections (Unix domain socket, Windows named pipe or shared memory).
|
||||
NUMERIC_MIN_VALUE NULL
|
||||
NUMERIC_MAX_VALUE NULL
|
||||
NUMERIC_BLOCK_SIZE NULL
|
||||
|
|
Loading…
Reference in a new issue