Skip to content

Commit 56bdc97

Browse files
committed
Follow-up for switching PSEUDO_THREA_ID to ulonglong: fix the 32-bit test
1 parent 3df261d commit 56bdc97

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -991,19 +991,6 @@
991991
VARIABLE_COMMENT Seconds between sending progress reports to the client for time-consuming statements. Set to 0 to disable progress reporting.
992992
NUMERIC_MIN_VALUE 0
993993
NUMERIC_MAX_VALUE 4294967295
994-
@@ -3277,10 +3277,10 @@
995-
GLOBAL_VALUE_ORIGIN COMPILE-TIME
996-
DEFAULT_VALUE 0
997-
VARIABLE_SCOPE SESSION ONLY
998-
-VARIABLE_TYPE BIGINT UNSIGNED
999-
+VARIABLE_TYPE INT UNSIGNED
1000-
VARIABLE_COMMENT This variable is for internal server use
1001-
NUMERIC_MIN_VALUE 0
1002-
-NUMERIC_MAX_VALUE 18446744073709551615
1003-
+NUMERIC_MAX_VALUE 4294967295
1004-
NUMERIC_BLOCK_SIZE 1
1005-
ENUM_VALUE_LIST NULL
1006-
READ_ONLY NO
1007994
@@ -3291,7 +3291,7 @@
1008995
GLOBAL_VALUE_ORIGIN COMPILE-TIME
1009996
DEFAULT_VALUE 16384

0 commit comments

Comments
 (0)