From f8dd40eec6936aa407b0c89cbee4af2be8d019d2 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Tue, 29 Dec 2015 18:06:00 +0400 Subject: MDEV-8491 - On shutdown, report the user and the host executed that. Fixed main.shutdown failure on Windows. --- mysql-test/t/shutdown.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/shutdown.test') diff --git a/mysql-test/t/shutdown.test b/mysql-test/t/shutdown.test index d764e80cb72..7080f9a1a71 100644 --- a/mysql-test/t/shutdown.test +++ b/mysql-test/t/shutdown.test @@ -35,5 +35,5 @@ drop user user1@localhost; --echo # --let SEARCH_FILE= $MYSQLTEST_VARDIR/log/mysqld.1.err --let SEARCH_RANGE= -50000 ---let SEARCH_PATTERN=mysqld \(root\[root\] @ localhost \[\]\): Normal shutdown +--let SEARCH_PATTERN=mysqld(\.exe)? \(root\[root\] @ localhost \[(::1)?\]\): Normal shutdown --source include/search_pattern_in_file.inc -- cgit v1.2.1