diff options
author | unknown <bell@sanja.is.com.ua> | 2002-12-15 10:23:55 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2002-12-15 10:23:55 +0200 |
commit | 71a6aa3b0c6b15d57e8552e59c094caf4ce6f41a (patch) | |
tree | fb08c64d99b67bf332fd268b970ff818d72c79af /mysql-test/r/analyse.result | |
parent | 4381cd856579a0a67bec44518cef33f10c99d2fe (diff) | |
download | mariadb-git-71a6aa3b0c6b15d57e8552e59c094caf4ce6f41a.tar.gz |
fixed test result
Diffstat (limited to 'mysql-test/r/analyse.result')
-rw-r--r-- | mysql-test/r/analyse.result | 2 |
1 files changed, 1 insertions, 1 deletions
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 <derived2> system NULL NULL NULL NULL 1 -2 DERIVED No tables used +2 DERIVED NULL NULL NULL NULL NULL NULL NULL No tables used |