We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501fc1a commit cb1e442Copy full SHA for cb1e442
mysql-test/suite/sys_vars/r/sysvars_server_notembedded,32bit.rdiff
@@ -449,6 +449,15 @@
449
VARIABLE_COMMENT Maximum number of prepared statements in the server
450
NUMERIC_MIN_VALUE 0
451
NUMERIC_MAX_VALUE 1048576
452
+@@ -2171,7 +2171,7 @@
453
+ GLOBAL_VALUE_ORIGIN COMPILE-TIME
454
+ DEFAULT_VALUE 4294967295
455
+ VARIABLE_SCOPE SESSION
456
+-VARIABLE_TYPE BIGINT UNSIGNED
457
++VARIABLE_TYPE INT UNSIGNED
458
+ VARIABLE_COMMENT Maximum number of iterations when executing recursive queries
459
+ NUMERIC_MIN_VALUE 0
460
+ NUMERIC_MAX_VALUE 4294967295
461
@@ -2185,7 +2185,7 @@
462
GLOBAL_VALUE_ORIGIN COMPILE-TIME
463
DEFAULT_VALUE 4294967295
0 commit comments