summaryrefslogtreecommitdiff
path: root/mysql-test/r/odbc.result
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-09-26 23:08:22 +0300
committerbell@sanja.is.com.ua <>2002-09-26 23:08:22 +0300
commit46a22a5be75c09019ae35e84ff8d8ba6803e6df6 (patch)
tree811744b79667e1e3e450406097ddfc1a03a886db /mysql-test/r/odbc.result
parentd9989c635eebba093f6c3489fecdb254ce828985 (diff)
downloadmariadb-git-46a22a5be75c09019ae35e84ff8d8ba6803e6df6.tar.gz
new EXPLAIN
fixed bug in mysql-test/create-test-result fixed bug in union-subselect engine
Diffstat (limited to 'mysql-test/r/odbc.result')
-rw-r--r--mysql-test/r/odbc.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/odbc.result b/mysql-test/r/odbc.result
index c696cf94e9d..eb6123075fe 100644
--- a/mysql-test/r/odbc.result
+++ b/mysql-test/r/odbc.result
@@ -10,6 +10,6 @@ a b
select * from t1 where a is null;
a b
explain select * from t1 where b is null;
-Comment
-Impossible WHERE noticed after reading const tables
+id select_type table type possible_keys key key_len ref rows Extra
+1 FIRST Impossible WHERE noticed after reading const tables
drop table t1;