summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_isnull.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/func_isnull.test')
-rw-r--r--mysql-test/t/func_isnull.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/func_isnull.test b/mysql-test/t/func_isnull.test
index 506efada0eb..6218efb882f 100644
--- a/mysql-test/t/func_isnull.test
+++ b/mysql-test/t/func_isnull.test
@@ -11,3 +11,5 @@ insert into t1 values (0,"2002-05-01"),(0,"2002-05-01"),(0,"2002-05-01");
flush tables;
select * from t1 where isnull(to_days(mydate));
drop table t1;
+
+# End of 4.1 tests