diff options
author | monty@narttu.mysql.fi <> | 2003-02-26 00:13:18 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-02-26 00:13:18 +0200 |
commit | c75a4d2468d93c552b81d34795e7d274ec7241f5 (patch) | |
tree | 9963d8142120b18f86165a9320175d7c29f73903 /mysql-test/t/bigint.test | |
parent | fe0aa9ff2aab75840bc4921cac356266b97491ac (diff) | |
download | mariadb-git-c75a4d2468d93c552b81d34795e7d274ec7241f5.tar.gz |
Safety fix (caused a core dump on slave during shutdown when shutting down replication on some OS)
Diffstat (limited to 'mysql-test/t/bigint.test')
-rw-r--r-- | mysql-test/t/bigint.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/bigint.test b/mysql-test/t/bigint.test index 0a58fe32d10..287d157e5d6 100644 --- a/mysql-test/t/bigint.test +++ b/mysql-test/t/bigint.test @@ -4,6 +4,7 @@ select 0,256,00000000000000065536,2147483647,-2147483648,2147483648,+4294967296; select 9223372036854775807,-009223372036854775808; select +9999999999999999999,-9999999999999999999; +select cast(9223372036854775808 as unsigned)+1; # # We need to do a REPLACE here as the atof() function returns different |