1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Suppress messages about long semaphore waits in innodb_bug34300.test.

This commit is contained in:
Marko Mäkelä
2012-02-02 12:07:06 +02:00
parent 4e096d2a45
commit ed822984e1
2 changed files with 2 additions and 0 deletions

View File

@@ -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`;