diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-03-17 14:07:18 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-03-17 14:07:18 +0200 |
commit | 892e6fb0dc1af4d5aff79d9cf42f5cc4435874bf (patch) | |
tree | 2f33d66ac9735b5bf4051522c129fec00640f44c /mysql-test/t/mysqldump.test | |
parent | 4f836ca3729007476a43c465b6fd0c5a4da4c76d (diff) | |
download | mariadb-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.test | 1 |
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 |