Skip to content

Commit d72cad8

Browse files
author
Sergey Glukhov
committed
pushbuild failure fix
1 parent b38591c commit d72cad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/r/func_analyse.result

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,4 @@ drop table t1;
168168
#
169169
CREATE TABLE t1 (i INT);
170170
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
173171
DROP TABLE t1;

mysql-test/t/func_analyse.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,7 @@ drop table t1;
186186
--echo #
187187

188188
CREATE TABLE t1 (i INT);
189+
--disable_result_log
189190
EXPLAIN SELECT * FROM t1 PROCEDURE ANALYSE();
191+
--enable_result_log
190192
DROP TABLE t1;

0 commit comments

Comments
 (0)