summaryrefslogtreecommitdiff
path: root/mysql-test/r/odbc.result
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2003-12-02 16:41:53 -0800
committerunknown <igor@rurik.mysql.com>2003-12-02 16:41:53 -0800
commit2954cc67a9703eb774f2a6d08764fde5a8ef177a (patch)
tree8c7f242e47c493a417fe92e42d630e797e2469a8 /mysql-test/r/odbc.result
parentfc6cf268b08b5b3140f302972d491dc5d1362728 (diff)
downloadmariadb-git-2954cc67a9703eb774f2a6d08764fde5a8ef177a.tar.gz
The output of explain command for some queries has changed
after introducing Item_equal. BitKeeper/etc/ignore: Added mysql-test/r/index_merge_load.result mysql-test/t/index_merge.load to the ignore list
Diffstat (limited to 'mysql-test/r/odbc.result')
-rw-r--r--mysql-test/r/odbc.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/odbc.result b/mysql-test/r/odbc.result
index c0b2ada0053..2d9d39393b1 100644
--- a/mysql-test/r/odbc.result
+++ b/mysql-test/r/odbc.result
@@ -12,5 +12,5 @@ select * from t1 where a is null;
a b
explain select * from t1 where b is null;
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables
+1 SIMPLE NULL NULL NULL NULL NULL NULL NULL Impossible WHERE
drop table t1;