diff options
author | Nirbhay Choubey <nirbhay.choubey@sun.com> | 2011-03-17 16:28:16 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@sun.com> | 2011-03-17 16:28:16 +0530 |
commit | 99bf8c19916640d3a309f240d97c7b919d5432e1 (patch) | |
tree | c04590f9de174df295a474211affbfe40bdee5ef /mysql-test/t/mysqldump.test | |
parent | 6041d9c886b385ad61cdb37347d4763e4bef11b8 (diff) | |
download | mariadb-git-99bf8c19916640d3a309f240d97c7b919d5432e1.tar.gz |
Minor fix in mysqldump test.
Diffstat (limited to 'mysql-test/t/mysqldump.test')
-rw-r--r-- | mysql-test/t/mysqldump.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/mysqldump.test b/mysql-test/t/mysqldump.test index 0b533284ffa..8ecf8187ff9 100644 --- a/mysql-test/t/mysqldump.test +++ b/mysql-test/t/mysqldump.test @@ -2193,6 +2193,8 @@ 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 # --echo # End of 5.1 tests |