diff options
Diffstat (limited to 'mysql-test/main/shutdown.test')
-rw-r--r-- | mysql-test/main/shutdown.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/main/shutdown.test b/mysql-test/main/shutdown.test index e423725177b..b670cfc2699 100644 --- a/mysql-test/main/shutdown.test +++ b/mysql-test/main/shutdown.test @@ -1,4 +1,6 @@ --source include/not_embedded.inc + +--disable_service_connection # # SHUTDOWN statement # @@ -36,3 +38,4 @@ drop user user1@localhost; --let SEARCH_FILE= $MYSQLTEST_VARDIR/log/mysqld.1.err --let SEARCH_PATTERN=mysqld(\.exe)? \(initiated by: root\[root\] @ localhost \[(::1)?\]\): Normal shutdown --source include/search_pattern_in_file.inc +--enable_service_connection |