diff options
author | unknown <jimw@mysql.com> | 2005-07-28 18:22:49 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-07-28 18:22:49 -0700 |
commit | e0593575953b1bf8141201b488e9916f96c32a21 (patch) | |
tree | 25d339128c266fd163f68ec5c2cb870f4eaf4903 /support-files | |
parent | 008d8f07fee7bf6b2f359397541c7f66a4e0b35f (diff) | |
download | mariadb-git-e0593575953b1bf8141201b488e9916f96c32a21.tar.gz |
Fix for handling of unsigned long options on 32-bit platforms that
allowed unintended overflows. (Bug #10351)
mysql-test/r/select_safe.result:
Update results
mysql-test/r/variables.result:
Update results
mysql-test/t/select_safe.test:
Remove "SELECT @@MAX_SEEKS_FOR_KEY;" because it depends on
size of unsigned long of the system.
mysql-test/t/variables.test:
Fix test for #10351 to test the actual problem
sql/mysqld.cc:
Undo unnecessary change to default and max of max_seeks_for_key
sql/set_var.cc:
On platforms where SIZEOF_LONG != SIZEOF_LONGLONG, make sure to handle
max values for ulong-sized options correctly.
Diffstat (limited to 'support-files')
0 files changed, 0 insertions, 0 deletions