diff options
author | unknown <monty@hundin.mysql.fi> | 2002-05-07 19:08:56 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-05-07 19:08:56 +0300 |
commit | daafa8db5049da5a8e3c51edb7cb5b7f36dbc73f (patch) | |
tree | 998601644441d26cc8a548d4f2e086978a15feea /mysql-test/r/join.result | |
parent | 6c6ae10e7532e3630396160ccb41f79ce8ce001c (diff) | |
download | mariadb-git-daafa8db5049da5a8e3c51edb7cb5b7f36dbc73f.tar.gz |
Fix for ISNULL()
Docs/manual.texi:
Chagnelog
mysql-test/r/join.result:
New tests for IS NULL
mysql-test/t/join.test:
New tests for IS NULL
Diffstat (limited to 'mysql-test/r/join.result')
-rw-r--r-- | mysql-test/r/join.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/join.result b/mysql-test/r/join.result index c99c63245dd..39331fc68e4 100644 --- a/mysql-test/r/join.result +++ b/mysql-test/r/join.result @@ -27,6 +27,9 @@ d d 0000-00-00 NULL d 0000-00-00 +d +2001-08-01 +0000-00-00 COUNT(t1.Title) 1 COUNT(t1.Title) |