diff options
author | unknown <igor@rurik.mysql.com> | 2003-12-02 16:41:53 -0800 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2003-12-02 16:41:53 -0800 |
commit | 2954cc67a9703eb774f2a6d08764fde5a8ef177a (patch) | |
tree | 8c7f242e47c493a417fe92e42d630e797e2469a8 /mysql-test/r/func_test.result | |
parent | fc6cf268b08b5b3140f302972d491dc5d1362728 (diff) | |
download | mariadb-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/func_test.result')
-rw-r--r-- | mysql-test/r/func_test.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/func_test.result b/mysql-test/r/func_test.result index 4951d954abb..1f43886e54a 100644 --- a/mysql-test/r/func_test.result +++ b/mysql-test/r/func_test.result @@ -74,9 +74,9 @@ select * from t1 where 1 xor 1; a explain extended select * from t1 where 1 xor 1; 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 Warnings: -Note 1003 select high_priority test.t1.a AS `a` from test.t1 where (1 xor 1) +Note 1003 select high_priority test.t1.a AS `a` from test.t1 select - a from t1; - a -1 |