Skip to content

Commit 025c4ec

Browse files
committed
Fix sysvars_server_notembedded rdiff for 32-bit
1 parent fd5df6f commit 025c4ec

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

mysql-test/suite/sys_vars/r/sysvars_server_notembedded,32bit.rdiff

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@
12471247
VARIABLE_COMMENT The number of seconds the server waits for activity on a connection before closing it
12481248
NUMERIC_MIN_VALUE 1
12491249
NUMERIC_MAX_VALUE 31536000
1250-
@@ -5005,7 +5005,7 @@
1250+
@@ -5089,7 +5089,7 @@
12511251
COMMAND_LINE_ARGUMENT OPTIONAL
12521252
VARIABLE_NAME OPEN_FILES_LIMIT
12531253
VARIABLE_SCOPE GLOBAL
@@ -1256,7 +1256,7 @@
12561256
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
12571257
NUMERIC_MIN_VALUE 0
12581258
NUMERIC_MAX_VALUE 4294967295
1259-
@@ -5018,7 +5018,7 @@
1259+
@@ -5102,7 +5102,7 @@
12601260
VARIABLE_TYPE BIGINT UNSIGNED
12611261
VARIABLE_COMMENT Sets the internal state of the RAND() generator for replication purposes
12621262
NUMERIC_MIN_VALUE 0
@@ -1265,7 +1265,7 @@
12651265
NUMERIC_BLOCK_SIZE 1
12661266
ENUM_VALUE_LIST NULL
12671267
READ_ONLY NO
1268-
@@ -5028,7 +5028,7 @@
1268+
@@ -5112,7 +5112,7 @@
12691269
VARIABLE_TYPE BIGINT UNSIGNED
12701270
VARIABLE_COMMENT Sets the internal state of the RAND() generator for replication purposes
12711271
NUMERIC_MIN_VALUE 0
@@ -1274,16 +1274,7 @@
12741274
NUMERIC_BLOCK_SIZE 1
12751275
ENUM_VALUE_LIST NULL
12761276
READ_ONLY NO
1277-
@@ -5056,7 +5056,7 @@
1278-
VARIABLE_TYPE BIGINT UNSIGNED
1279-
VARIABLE_COMMENT Sets the internal state of the RAND() generator for replication purposes
1280-
NUMERIC_MIN_VALUE 0
1281-
-NUMERIC_MAX_VALUE 18446744073709551615
1282-
+NUMERIC_MAX_VALUE 4294967295
1283-
NUMERIC_BLOCK_SIZE 1
1284-
ENUM_VALUE_LIST NULL
1285-
READ_ONLY NO
1286-
@@ -5113,7 +5113,7 @@
1277+
@@ -5197,7 +5197,7 @@
12871278
VARIABLE_NAME LOG_TC_SIZE
12881279
GLOBAL_VALUE_ORIGIN AUTO
12891280
VARIABLE_SCOPE GLOBAL

0 commit comments

Comments
 (0)