diff options
author | serg@serg.mylan <> | 2004-02-02 15:57:57 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-02-02 15:57:57 +0100 |
commit | 348a184a7df032903ab218b868a3bae2be21efa9 (patch) | |
tree | 98a5facc403c5b462f1b235ea8c3522f991f4d42 /mysql-test/t/bigint.test | |
parent | 5b9c62b6c317de88b24f97d541be63679a851713 (diff) | |
download | mariadb-git-348a184a7df032903ab218b868a3bae2be21efa9.tar.gz |
test added
Diffstat (limited to 'mysql-test/t/bigint.test')
-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; + |