diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-03 21:22:06 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-03 21:22:06 +0200 |
commit | 0176dacd54b7eb62ebc4a81909b189517aee2cb4 (patch) | |
tree | 4db195f60d4a50d5fb05cdcfbeda30ae4a1a34cd /mysql-test/r/join.result | |
parent | b2cec26dfb0fa6e2e7240d5dd2044e1192596ef8 (diff) | |
download | mariadb-git-0176dacd54b7eb62ebc4a81909b189517aee2cb4.tar.gz |
Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column is declared as NOT NULL.
BUILD/SETUP.sh:
Use -O1 to avoid problem with INLINE functions
Docs/manual.texi:
Changelog
mysql-test/r/join.result:
Test for bugfix
mysql-test/t/join.test:
Test for bugfix
sql/sql_select.cc:
Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column was declared as NOT NULL.
BitKeeper/etc/ignore:
Added bdb/include/db_ext.h bdb/include/mutex_ext.h to the ignore list
Diffstat (limited to 'mysql-test/r/join.result')
-rw-r--r-- | mysql-test/r/join.result | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/join.result b/mysql-test/r/join.result index 7db456a1af5..e48c209fed6 100644 --- a/mysql-test/r/join.result +++ b/mysql-test/r/join.result @@ -22,3 +22,8 @@ a 2 a a b 2 2 3 +d d +2001-08-01 NULL +0000-00-00 NULL +d +0000-00-00 |