diff options
author | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-05-07 11:15:59 +0500 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-05-07 11:15:59 +0500 |
commit | 97841978d4d33cf57db6cc06153da6d560aa70da (patch) | |
tree | d335ccfdb95573c1b6413212c415b0bfb1fbb103 /mysql-test/r/bigint.result | |
parent | e449dcfe66fec7b44f787fa6a4cf3c95c5fe0846 (diff) | |
download | mariadb-git-97841978d4d33cf57db6cc06153da6d560aa70da.tar.gz |
bug #28005 (Partitions can't use -922337...)
one more test added
mysql-test/r/bigint.result:
test result
mysql-test/t/bigint.test:
testcase
Diffstat (limited to 'mysql-test/r/bigint.result')
-rw-r--r-- | mysql-test/r/bigint.result | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/r/bigint.result b/mysql-test/r/bigint.result index d8f78cd5103..7d105cae19d 100644 --- a/mysql-test/r/bigint.result +++ b/mysql-test/r/bigint.result @@ -352,3 +352,13 @@ select c1 mod 50 as result from t1; result 6 drop table t1; +select -9223372036854775808 bi; +Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr +def bi 8 20 20 N 32897 0 63 +bi +-9223372036854775808 +select -9223372036854775809 bi; +Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr +def bi 246 20 20 N 129 0 63 +bi +-9223372036854775809 |