We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38591c commit d72cad8Copy full SHA for d72cad8
mysql-test/r/func_analyse.result
@@ -168,6 +168,4 @@ drop table t1;
168
#
169
CREATE TABLE t1 (i INT);
170
EXPLAIN SELECT * FROM t1 PROCEDURE ANALYSE();
171
-id select_type table type possible_keys key key_len ref rows Extra
172
-1 SIMPLE t1 ALL NULL NULL NULL NULL 1
173
DROP TABLE t1;
mysql-test/t/func_analyse.test
@@ -186,5 +186,7 @@ drop table t1;
186
--echo #
187
188
189
+--disable_result_log
190
191
+--enable_result_log
192
0 commit comments