1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed test result

This commit is contained in:
unknown
2002-12-15 10:23:55 +02:00
parent 4381cd8565
commit 71a6aa3b0c

View File

@ -14,4 +14,4 @@ drop table t1,t2;
EXPLAIN SELECT 1 FROM (SELECT 1) a PROCEDURE ANALYSE();
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY <derived2> system NULL NULL NULL NULL 1
2 DERIVED No tables used
2 DERIVED NULL NULL NULL NULL NULL NULL NULL No tables used