diff options
author | unknown <holyfoot/hf@hfmain.(none)> | 2007-05-10 11:30:50 +0500 |
---|---|---|
committer | unknown <holyfoot/hf@hfmain.(none)> | 2007-05-10 11:30:50 +0500 |
commit | eb5b5ad4caae2a62749ecba0252e98d6255ed5f7 (patch) | |
tree | 8dc85bc2795c517b062c76ca195f4a06a773daa3 /mysql-test/r/bigint.result | |
parent | b32473a3d56374ae2620ecead5d29ff6d2239e96 (diff) | |
parent | 5083c33fc93e2332331fd00ea3349a3144f6730e (diff) | |
download | mariadb-git-eb5b5ad4caae2a62749ecba0252e98d6255ed5f7.tar.gz |
Merge bk@192.168.21.1:mysql-5.1-opt
into mysql.com:/home/hf/work/28005/my51-28005
sql/item_func.cc:
Auto merged
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 |