Skip to content

Commit

Permalink
11.6: 32bit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Sep 14, 2024
1 parent 867f456 commit 3dfcefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/suite/sys_vars/r/sysvars_innodb,32bit.rdiff
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
VARIABLE_SCOPE GLOBAL
-VARIABLE_TYPE BIGINT UNSIGNED
+VARIABLE_TYPE INT UNSIGNED
VARIABLE_COMMENT Deprecated parameter with no effect
VARIABLE_COMMENT Unused
NUMERIC_MIN_VALUE 1
-NUMERIC_MAX_VALUE 18446744073709551615
+NUMERIC_MAX_VALUE 4294967295
Expand Down

0 comments on commit 3dfcefb

Please sign in to comment.