1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -33,6 +33,7 @@ INSERT INTO t1 VALUES(1,'X',1);
SET DEBUG_DBUG='+d,crash_after_log_ibuf_upd_inplace';
SELECT b FROM t1 LIMIT 3;
ERROR HY000: Lost connection to MySQL server during query
FOUND /Wrote log record for ibuf update in place operation/ in my_restart.err
CHECK TABLE t1;
Table Op Msg_type Msg_text
test.t1 check status OK