diff options
author | unknown <monty@hundin.mysql.fi> | 2002-10-14 17:04:12 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-10-14 17:04:12 +0300 |
commit | a86c172f582570dbc19554e85691c34869def66f (patch) | |
tree | 52bab9dcb504eb7603d26f7b3c33ec0945d8f248 /mysql-test/r/null_key.result | |
parent | 61632073ac9473e00d5e0c88078880d3af575828 (diff) | |
download | mariadb-git-a86c172f582570dbc19554e85691c34869def66f.tar.gz |
Fixed a bug in key optimizing handling where the expression
WHERE column_name = key_column_name was calculated as true
for NULL values.
Docs/manual.texi:
Changelog
mysql-test/r/distinct.result:
Updated results caused by bug fix.
mysql-test/r/null_key.result:
New tests
mysql-test/t/null_key.test:
New tests
sql/sql_select.cc:
Additional change for previous changeset for using BLOB in GROUP BY
Diffstat (limited to 'mysql-test/r/null_key.result')
-rw-r--r-- | mysql-test/r/null_key.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/null_key.result b/mysql-test/r/null_key.result index ead1dc29326..a0f88b804aa 100644 --- a/mysql-test/r/null_key.result +++ b/mysql-test/r/null_key.result @@ -120,3 +120,9 @@ id uniq_id 4 2 7 3 8 4 +order_id product_id product_type +order_id product_id product_type +3d7ce39b5d4b3e3d22aaafe9b633de51 1206029 3 +3d7ce39b5d4b3e3d22aaafe9b633de51 5880836 3 +id id +id id |