1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix incorrect casts in my_getopt code that capped the maximum of longlong

options to the wrong value. (Bug #12925)
This commit is contained in:
jimw@mysql.com
2005-10-25 10:10:53 -07:00
parent ab2caf6de8
commit e8eed35c6a
3 changed files with 24 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# var/log/mysql_client_test.trace
--disable_result_log
--exec echo $MYSQL_CLIENT_TEST
--exec $MYSQL_CLIENT_TEST
--exec echo $MYSQL_CLIENT_TEST --getopt-ll-test=25600M
--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M
# End of 4.1 tests