Commit b3e9798f authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix named_pipe test so it can be used with --repeat


Remove the error log of the mysqld instance that was attempted to start
in the test.
parent ccb9f673
......@@ -30,3 +30,4 @@ let $MYSQLD_DATADIR= `select @@datadir`;
let SEARCH_FILE=$MYSQLD_DATADIR/second-mysqld.err;
let SEARCH_PATTERN=\[ERROR\] Create named pipe failed;
source include/search_pattern_in_file.inc;
remove_file $SEARCH_FILE;
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