diff options
author | unknown <jimw@mysql.com> | 2005-10-25 10:10:53 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-10-25 10:10:53 -0700 |
commit | b5dc243e3d7b8864cc8165856a9b47cca754e8d2 (patch) | |
tree | 741cd766a40e78f61813c3fec7e36efefe0ff12c /mysql-test/t/mysql_client_test.test | |
parent | 4a231e408cdbec3de2bb6cf8044cc435addc0fc8 (diff) | |
download | mariadb-git-b5dc243e3d7b8864cc8165856a9b47cca754e8d2.tar.gz |
Fix incorrect casts in my_getopt code that capped the maximum of longlong
options to the wrong value. (Bug #12925)
mysql-test/t/mysql_client_test.test:
Add parameter for testing getopt bug
mysys/my_getopt.c:
Remove incorrect and unnecessary casts
tests/mysql_client_test.c:
Add test case for Bug #12925 (my_getopt bug)
Diffstat (limited to 'mysql-test/t/mysql_client_test.test')
-rw-r--r-- | mysql-test/t/mysql_client_test.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/mysql_client_test.test b/mysql-test/t/mysql_client_test.test index ccf5e0bf66a..66b57dd5fb7 100644 --- a/mysql-test/t/mysql_client_test.test +++ b/mysql-test/t/mysql_client_test.test @@ -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 |