1
0
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:
jimw@mysql.com
2005-07-28 18:22:49 -07:00
parent 72a6c71d08
commit 90924fcb6a
6 changed files with 16 additions and 20 deletions

View File

@@ -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