summaryrefslogtreecommitdiff
path: root/mysql-test/r/odbc.result
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-10-04 14:15:59 +0300
committerbell@sanja.is.com.ua <>2002-10-04 14:15:59 +0300
commit199f667c1904048b9aa0d91e5a7c8bb67bd57199 (patch)
treec7e9f63a5d35171d649cbd11f951d58a8f953720 /mysql-test/r/odbc.result
parent61488a7b989470e01bf5f0d7b3949561d1578b3b (diff)
parent2883c3a8cc39446567b8177e1d1a14a3c05d9144 (diff)
downloadmariadb-git-199f667c1904048b9aa0d91e5a7c8bb67bd57199.tar.gz
merging
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 5aa163a663e..498147704a3 100644
--- a/mysql-test/r/odbc.result
+++ b/mysql-test/r/odbc.result
@@ -11,6 +11,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 SIMPLE Impossible WHERE noticed after reading const tables
drop table t1;