diff options
author | monty@hundin.mysql.fi <> | 2002-08-08 22:12:03 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-08 22:12:03 +0300 |
commit | 0751e55c4661a6ed79527e55b10a8d57b4f3b435 (patch) | |
tree | 3d744098b5aace6631abb6c22dae1cde38cdc798 /mysql-test/r/bigint.result | |
parent | 23a1a5db841c67a945945c73814256dbff0ec7d3 (diff) | |
download | mariadb-git-0751e55c4661a6ed79527e55b10a8d57b4f3b435.tar.gz |
Portability fix for AIX
Diffstat (limited to 'mysql-test/r/bigint.result')
-rw-r--r-- | mysql-test/r/bigint.result | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/r/bigint.result b/mysql-test/r/bigint.result index f2cb6437f8f..f666c5311b8 100644 --- a/mysql-test/r/bigint.result +++ b/mysql-test/r/bigint.result @@ -17,9 +17,6 @@ a select * from t1 where a=18446744073709551615; a 18446744073709551615 -select * from t1 where a='18446744073709551615'; -a -18446744073709551615 delete from t1 where a=18446744073709551615; select * from t1; a |