Skip to content

Commit 9253d6d

Browse files
committed
MDEV-12237 main.analyze_stmt_slow_query_log failed in buildbot
1 parent db2f3d2 commit 9253d6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/main/analyze_stmt_slow_query_log.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ a
1010
1
1111
2
1212
drop table t1;
13+
FLUSH SLOW LOGS;
1314
# explain: id select_type table type possible_keys key key_len ref rows r_rows filtered r_filtered Extra
1415
# explain: 1 INSERT t1 ALL NULL NULL NULL NULL NULL NULL 100.00 100.00 NULL
1516
# explain: id select_type table type possible_keys key key_len ref rows r_rows filtered r_filtered Extra

mysql-test/main/analyze_stmt_slow_query_log.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ select * from t1 where a<3;
2626
--enable_cursor_protocol
2727
drop table t1;
2828
let SLOW_LOG_FILE= `select @@slow_query_log_file`;
29+
FLUSH SLOW LOGS;
2930

3031
# select @@slow_query_log_file;
3132

0 commit comments

Comments
 (0)