diff options
author | igor@rurik.mysql.com <> | 2003-12-23 02:24:12 -0800 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2003-12-23 02:24:12 -0800 |
commit | c236568ac915e6c14a89302832870d518eac8911 (patch) | |
tree | 5e777a4d18231796e5654856dfb16db8d8a4cd75 /mysql-test/r/func_test.result | |
parent | f9e2c6cd27268e72198bde3c1a71eb1273df335a (diff) | |
parent | 2dab0b9cc132b80e2220960424ab74ced7250314 (diff) | |
download | mariadb-git-c236568ac915e6c14a89302832870d518eac8911.tar.gz |
Auto Merge
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 4bb2e067f9c..6edc4a5485d 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 |