diff options
author | unknown <serg@serg.mylan> | 2004-02-02 15:57:57 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-02 15:57:57 +0100 |
commit | 883f11b68c402b106dbff2542435782a8af3b55d (patch) | |
tree | 98a5facc403c5b462f1b235ea8c3522f991f4d42 | |
parent | 5a5eae1d218a2f9f35f5f3b48ec59f5b5a2698d9 (diff) | |
download | mariadb-git-883f11b68c402b106dbff2542435782a8af3b55d.tar.gz |
test added
-rw-r--r-- | mysql-test/r/bigint.result | 3 | ||||
-rw-r--r-- | mysql-test/t/bigint.test | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/bigint.result b/mysql-test/r/bigint.result index 308adc881f2..f96da579bce 100644 --- a/mysql-test/r/bigint.result +++ b/mysql-test/r/bigint.result @@ -81,3 +81,6 @@ quantity 10000000000000000000 10000000000000000000 drop table t1; +SELECT '0x8000000000000001'+0; +'0x8000000000000001'+0 +0 diff --git a/mysql-test/t/bigint.test b/mysql-test/t/bigint.test index f21f821e45c..0092317dc5e 100644 --- a/mysql-test/t/bigint.test +++ b/mysql-test/t/bigint.test @@ -60,3 +60,5 @@ insert into t1 values ('10000000000000000000'); select * from t1; drop table t1; +SELECT '0x8000000000000001'+0; + |