Skip to content

Commit 35bb5d2

Browse files
author
Tatjana Azundris Nuernberg
committed
exp fix for Heisen failure of 16467055 test
1 parent 5041a1f commit 35bb5d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mysql-test/t/rewrite_general_log.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ SET GLOBAL slow_query_log=1;
123123
SET GLOBAL log_output='TABLE';
124124
TRUNCATE mysql.slow_log;
125125
--exec $MYSQL -e "SET SESSION long_query_time=0; GRANT ALL PRIVILEGES ON *.* TO test_user1 IDENTIFIED BY 'meow';"
126-
SELECT sql_text FROM mysql.slow_log;
126+
let $wait_condition= SELECT sql_text FROM mysql.slow_log;
127+
--source include/wait_condition.inc
128+
--eval $wait_condition
127129
DROP USER test_user1;
128130

129131

0 commit comments

Comments
 (0)