diff options
author | monty@narttu.mysql.fi <> | 2003-02-26 01:03:47 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-02-26 01:03:47 +0200 |
commit | 9a46698e1efe164ac17ce0ca82b8e8ed12892c09 (patch) | |
tree | c9b14451b3f66dc4b11dc35d49edd35f23787e07 /mysql-test/t/bigint.test | |
parent | f4e1a2f292a03f4d9b5072365ef6e9ebac1cb595 (diff) | |
parent | 045ac4b84b783fd93edd45abdd63b87a04584987 (diff) | |
download | mariadb-git-9a46698e1efe164ac17ce0ca82b8e8ed12892c09.tar.gz |
Merge with 4.0.11
Diffstat (limited to 'mysql-test/t/bigint.test')
-rw-r--r-- | mysql-test/t/bigint.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/bigint.test b/mysql-test/t/bigint.test index f627614c049..f583045cea9 100644 --- a/mysql-test/t/bigint.test +++ b/mysql-test/t/bigint.test @@ -11,6 +11,13 @@ drop table if exists t1; select 0,256,00000000000000065536,2147483647,-2147483648,2147483648,+4294967296; select 9223372036854775807,-009223372036854775808; select +9999999999999999999,-9999999999999999999; +select cast(9223372036854775808 as unsigned)+1; + +# +# We need to do a REPLACE here as the atof() function returns different +# values on True64 and HPUX11 +# +--replace_result 9223372036854775800 9223372036854775808 select 9223372036854775808+1; # # In 3.23 we have to disable the test of column to bigint as |