summaryrefslogtreecommitdiff
path: root/mysql-test/t/shutdown.test
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2015-11-25 18:12:19 +0400
committerSergey Vojtovich <svoj@mariadb.org>2015-12-29 14:17:02 +0400
commitea578c9d6fcf8f65f247ccde90d692ac17b04e03 (patch)
tree4b17cd0e0f842f8695ab44e653949c536bf5ed90 /mysql-test/t/shutdown.test
parent5c5034f9d470ec56f98a9c271b2869b204fd58ff (diff)
downloadmariadb-git-ea578c9d6fcf8f65f247ccde90d692ac17b04e03.tar.gz
MDEV-8491 - On shutdown, report the user and the host executed that.
Diffstat (limited to 'mysql-test/t/shutdown.test')
-rw-r--r--mysql-test/t/shutdown.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/shutdown.test b/mysql-test/t/shutdown.test
index ac7f06b116d..d764e80cb72 100644
--- a/mysql-test/t/shutdown.test
+++ b/mysql-test/t/shutdown.test
@@ -30,3 +30,10 @@ drop procedure try_shutdown;
drop user user1@localhost;
+--echo #
+--echo # MDEV-8491 - On shutdown, report the user and the host executed that.
+--echo #
+--let SEARCH_FILE= $MYSQLTEST_VARDIR/log/mysqld.1.err
+--let SEARCH_RANGE= -50000
+--let SEARCH_PATTERN=mysqld \(root\[root\] @ localhost \[\]\): Normal shutdown
+--source include/search_pattern_in_file.inc