From 71a6aa3b0c6b15d57e8552e59c094caf4ce6f41a Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 15 Dec 2002 10:23:55 +0200 Subject: [PATCH] fixed test result --- mysql-test/r/analyse.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/analyse.result b/mysql-test/r/analyse.result index bc76ac298d1..ede83afe4e1 100644 --- a/mysql-test/r/analyse.result +++ b/mysql-test/r/analyse.result @@ -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 system NULL NULL NULL NULL 1 -2 DERIVED No tables used +2 DERIVED NULL NULL NULL NULL NULL NULL NULL No tables used