Skip to content
Permalink
Browse files
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.
  • Loading branch information
vaintroub committed Aug 3, 2020
1 parent ccb9f67 commit b3e9798
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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;

0 comments on commit b3e9798

Please sign in to comment.