summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_test.result
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2006-11-06 23:02:40 -0500
committerunknown <cmiller@zippy.cornsilk.net>2006-11-06 23:02:40 -0500
commite3f0e67b8fbe5c6b020dec8daf0f3622202e8911 (patch)
tree4a660aa6529038bbd28f822e46e7d611aecda890 /mysql-test/r/func_test.result
parent31a3edf1e27416ef32360a9c8ab4840f213d00f2 (diff)
downloadmariadb-git-e3f0e67b8fbe5c6b020dec8daf0f3622202e8911.tar.gz
Merge fix.
mysql-test/r/func_test.result: Merge fix. (Curse BitMover!)
Diffstat (limited to 'mysql-test/r/func_test.result')
-rw-r--r--mysql-test/r/func_test.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/func_test.result b/mysql-test/r/func_test.result
index f3e618ffb4b..43832bdbccc 100644
--- a/mysql-test/r/func_test.result
+++ b/mysql-test/r/func_test.result
@@ -256,6 +256,7 @@ NULL
NULL
select mod(NULL, 2.0) as 'NULL';
NULL
+NULL
create table t1 (a int, b int);
insert into t1 values (1,2), (2,3), (3,4), (4,5);
select * from t1 where a not between 1 and 2;