diff options
author | monty@donna.mysql.com <> | 2001-01-04 02:56:38 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-01-04 02:56:38 +0200 |
commit | 7541a877bcc007f58cb218fe18a4f4b18c7ba71a (patch) | |
tree | 372d81dfa5cc567493d3b099189518dfa6fc14c5 /mysql-test/t/bigint.test | |
parent | ff0e2e2d7a6336a5addc71a3216f497261c6b4d3 (diff) | |
download | mariadb-git-7541a877bcc007f58cb218fe18a4f4b18c7ba71a.tar.gz |
Fixes to get mysql-test-run more portable
Diffstat (limited to 'mysql-test/t/bigint.test')
-rw-r--r-- | mysql-test/t/bigint.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/bigint.test b/mysql-test/t/bigint.test index 91997c811b5..9a819463f3f 100644 --- a/mysql-test/t/bigint.test +++ b/mysql-test/t/bigint.test @@ -2,8 +2,6 @@ # Test of reading of bigint values # select 0,256,00000000000000065536,2147483647,-2147483648,2147483648,+4294967296; -select 922337203685477580,92233720368547758000; -select -922337203685477580,-92233720368547758000; select 9223372036854775807,-009223372036854775808; select +9999999999999999999,-9999999999999999999; |