Commit ed822984 authored by Marko Mäkelä's avatar Marko Mäkelä

Suppress messages about long semaphore waits in innodb_bug34300.test.

parent 4e096d2a
......@@ -7,6 +7,7 @@
-- disable_query_log
-- disable_result_log
call mtr.add_suppression("InnoDB: Warning: a long semaphore wait:");
# set packet size and reconnect
SET @@global.max_allowed_packet=16777216;
......
......@@ -7,6 +7,7 @@
-- disable_query_log
-- disable_result_log
call mtr.add_suppression("InnoDB: Warning: a long semaphore wait:");
# set packet size and reconnect
let $max_packet=`select @@global.max_allowed_packet`;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment