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

mtr: make search_pattern_in_file.inc more verbose

report when a pattern is found
do not abort, but merely report when a pattern is not found
This commit is contained in:
Sergei Golubchik
2015-04-11 10:22:26 +02:00
parent 4e15146fe6
commit d214c83b5e
11 changed files with 32 additions and 6 deletions

View File

@@ -38,5 +38,7 @@ a
3
4
5
FOUND /Slave SQL: Error 'Duplicate entry .* on query\. .*Query: '.*', Gtid 0-1-100, Internal MariaDB error code:|Slave SQL: Could not execute Write_rows.*table test.t1; Duplicate entry.*, Gtid 0-1-100, Internal MariaDB error/ in mysqld.2.err
FOUND /Slave SQL: The incident LOST_EVENTS occured on the master\. Message: <none>, Internal MariaDB error code: 1590/ in mysqld.2.err
DROP TABLE t1;
include/rpl_end.inc