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 /mysql-test/t | |
parent | 5a5eae1d218a2f9f35f5f3b48ec59f5b5a2698d9 (diff) | |
download | mariadb-git-883f11b68c402b106dbff2542435782a8af3b55d.tar.gz |
test added
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/bigint.test | 2 |
1 files changed, 2 insertions, 0 deletions
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; + |