mirror of
https://github.com/MariaDB/server.git
synced 2026-04-18 06:15:32 +02:00
Update tests results, mysql-test/r/windows.result
This commit is contained in:
parent
763af1a8a3
commit
69559b9213
1 changed files with 1 additions and 1 deletions
|
|
@ -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`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue