summaryrefslogtreecommitdiff
path: root/mysql-test/t/bigint.test
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-02-26 01:03:47 +0200
committermonty@narttu.mysql.fi <>2003-02-26 01:03:47 +0200
commit9a46698e1efe164ac17ce0ca82b8e8ed12892c09 (patch)
treec9b14451b3f66dc4b11dc35d49edd35f23787e07 /mysql-test/t/bigint.test
parentf4e1a2f292a03f4d9b5072365ef6e9ebac1cb595 (diff)
parent045ac4b84b783fd93edd45abdd63b87a04584987 (diff)
downloadmariadb-git-9a46698e1efe164ac17ce0ca82b8e8ed12892c09.tar.gz
Merge with 4.0.11
Diffstat (limited to 'mysql-test/t/bigint.test')
-rw-r--r--mysql-test/t/bigint.test7
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