diff options
Diffstat (limited to 'mysql-test/r/odbc.result')
-rw-r--r-- | mysql-test/r/odbc.result | 4 |
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; |