mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix for handling of unsigned long options on 32-bit platforms that
allowed unintended overflows. (Bug #10351)
This commit is contained in:
@@ -60,9 +60,6 @@ a b
|
||||
3 a
|
||||
4 a
|
||||
5 a
|
||||
SELECT @@MAX_SEEKS_FOR_KEY;
|
||||
@@MAX_SEEKS_FOR_KEY
|
||||
4294967295
|
||||
analyze table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze status OK
|
||||
|
||||
Reference in New Issue
Block a user