1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug #42408 Faulty regex for detecting [Warning] and [ERROR] in mysqld error log

Some follow-up test fixes after seeing effect in PB2
This commit is contained in:
Bjorn Munch
2009-08-28 16:13:27 +02:00
parent 9a8ef8f7a4
commit fa4f05139d
9 changed files with 10 additions and 4 deletions

View File

@ -9,6 +9,7 @@ reset slave;
SET GLOBAL debug= "d,simulate_io_slave_error_on_init,simulate_sql_slave_error_on_init";
start slave;
Reporting the following error: Failed during slave thread initialization
call mtr.add_suppression("Failed during slave I/O thread initialization");
SET GLOBAL debug= "";
stop slave;
reset slave;