summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2013-04-04 12:34:31 +0400
committerSergey Petrunya <psergey@askmonty.org>2013-04-04 12:34:31 +0400
commit69559b921342816b20fab7c890ab6d6488201730 (patch)
treea67729622d58f4497e24d7dacaffc87c98c01175 /mysql-test
parent763af1a8a3a894df7326303b062bc55121103cb0 (diff)
downloadmariadb-git-69559b921342816b20fab7c890ab6d6488201730.tar.gz
Update tests results, mysql-test/r/windows.result
Diffstat (limited to 'mysql-test')
-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 dc624a07f4f..d0cdd858d4a 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 t1 system NULL NULL NULL NULL 1
+1 PRIMARY NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables
2 SUBQUERY NULL NULL NULL NULL NULL NULL NULL No tables used
DROP TABLE t1;
CREATE DATABASE `TESTDB`;