summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqldump.test
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-03-17 14:07:18 +0200
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-03-17 14:07:18 +0200
commit892e6fb0dc1af4d5aff79d9cf42f5cc4435874bf (patch)
tree2f33d66ac9735b5bf4051522c129fec00640f44c /mysql-test/t/mysqldump.test
parent4f836ca3729007476a43c465b6fd0c5a4da4c76d (diff)
downloadmariadb-git-892e6fb0dc1af4d5aff79d9cf42f5cc4435874bf.tar.gz
Fixed the test cleanup code post-merge
Diffstat (limited to 'mysql-test/t/mysqldump.test')
-rw-r--r--mysql-test/t/mysqldump.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysqldump.test b/mysql-test/t/mysqldump.test
index 5ed66646432..4eed3f1d4a6 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`;
+USE test;
--echo #
--echo # End of 5.1 tests