diff options
author | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-03-08 20:57:12 +0400 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-03-08 20:57:12 +0400 |
commit | 012ae63522372a16e824b7a47f04533b9f43423f (patch) | |
tree | 23a3c8f4d70d909327966546ae48f64fca59e1af /mysql-test/r/func_in.result | |
parent | 52ce1b7358c1cdac8906e412ab3845935ef33327 (diff) | |
download | mariadb-git-012ae63522372a16e824b7a47f04533b9f43423f.tar.gz |
merging
Diffstat (limited to 'mysql-test/r/func_in.result')
-rw-r--r-- | mysql-test/r/func_in.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/func_in.result b/mysql-test/r/func_in.result index dab44fa3dab..7a8f59c65f4 100644 --- a/mysql-test/r/func_in.result +++ b/mysql-test/r/func_in.result @@ -444,8 +444,14 @@ SELECT HEX(a) FROM t2 WHERE a IN 42); HEX(a) BB3C3E98175D33C8 +7FFFFFFFFFFFFEFF +7FFFFFFFFFFFFFEF +7FFFFFFFFFFFFFFE 7FFFFFFFFFFFFFFF 8000000000000000 +8000000000000001 +8000000000000002 +8000000000000300 8000000000000400 8000000000000401 SELECT HEX(a) FROM t2 WHERE a IN (0x7fffffffffffffff,0x8000000000000001); |