diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-03-21 16:22:13 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-03-21 16:22:13 +0200 |
commit | ba6cf08db5035d01aa3b62ba22dd85801f6ebc21 (patch) | |
tree | 143a907410b9f62c902c2ffe1b43428c0f782f08 /mysql-test/t/mysqldump.test | |
parent | 5a3586b1c31fefbb985f82a24e9dda875b423d7d (diff) | |
parent | 81c3d1bb8ed35cd6baa74f47196b42db376bf49d (diff) | |
download | mariadb-git-ba6cf08db5035d01aa3b62ba22dd85801f6ebc21.tar.gz |
merge mysql-5.5->mysql-5.5-security
Diffstat (limited to 'mysql-test/t/mysqldump.test')
-rw-r--r-- | mysql-test/t/mysqldump.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysqldump.test b/mysql-test/t/mysqldump.test index 4eed3f1d4a6..e224bf6afe3 100644 --- a/mysql-test/t/mysqldump.test +++ b/mysql-test/t/mysqldump.test @@ -2198,6 +2198,7 @@ ALTER DATABASE `test-database` CHARACTER SET utf8 COLLATE utf8_unicode_ci ; --exec $MYSQL_DUMP --quote-names --compact test-database DROP DATABASE `test-database`; +# Switching back to test database. USE test; --echo # |