summaryrefslogtreecommitdiff
path: root/mysql-test/r/windows.result
diff options
context:
space:
mode:
authorunknown <timour@askmonty.org>2011-05-17 10:35:24 +0300
committerunknown <timour@askmonty.org>2011-05-17 10:35:24 +0300
commit920d4677033ab46cfe273697a2026901228c8c72 (patch)
tree3d3b6e3be7c52fe706a6d6b9dc12b8623863b10b /mysql-test/r/windows.result
parent4a9c027ad85597e5bcd42b59245a743366af476a (diff)
downloadmariadb-git-920d4677033ab46cfe273697a2026901228c8c72.tar.gz
LP BUG#778413
Adjusted test results for tests not run by default on Linux. mysql-test/suite/pbxt/r/subselect.result: lp:778413
Diffstat (limited to 'mysql-test/r/windows.result')
-rw-r--r--mysql-test/r/windows.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/windows.result b/mysql-test/r/windows.result
index d0cdd858d4a..dc624a07f4f 100644
--- a/mysql-test/r/windows.result
+++ b/mysql-test/r/windows.result
@@ -16,7 +16,7 @@ CREATE TABLE t1 (a int, b int);
INSERT INTO t1 VALUES (1,1);
EXPLAIN SELECT * FROM t1 WHERE b = (SELECT max(2));
id select_type table type possible_keys key key_len ref rows Extra
-1 PRIMARY NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables
+1 PRIMARY t1 system NULL NULL NULL NULL 1
2 SUBQUERY NULL NULL NULL NULL NULL NULL NULL No tables used
DROP TABLE t1;
CREATE DATABASE `TESTDB`;