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 | 5a3586b1c31fefbb985f82a24e9dda875b423d7d (patch) | |
tree | 2f33d66ac9735b5bf4051522c129fec00640f44c /mysql-test/t/mysqldump.test | |
parent | f9756a6c16ea3343cef50ae8fafc0528896b0c6c (diff) | |
download | mariadb-git-5a3586b1c31fefbb985f82a24e9dda875b423d7d.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 |