diff options
author | Jim Winstead <jimw@mysql.com> | 2009-05-12 10:38:14 -0700 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-05-12 10:38:14 -0700 |
commit | 99794e880121f4babaf33eb5851410a0919eeaa7 (patch) | |
tree | ddc55898f9fc8263631157bbbd19855434f30196 /mysql-test/t/mysqldump.test | |
parent | d0a1de80b41efa3cc5b58420905c721356eb6a52 (diff) | |
download | mariadb-git-99794e880121f4babaf33eb5851410a0919eeaa7.tar.gz |
mysqldump would not dump the INFORMATION_SCHEMA even when it was explicitly
requested. (Bug #33762)
Diffstat (limited to 'mysql-test/t/mysqldump.test')
-rw-r--r-- | mysql-test/t/mysqldump.test | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mysql-test/t/mysqldump.test b/mysql-test/t/mysqldump.test index fe89d7bdafa..34ffbe4372b 100644 --- a/mysql-test/t/mysqldump.test +++ b/mysql-test/t/mysqldump.test @@ -1396,9 +1396,6 @@ drop user mysqltest_1@localhost; --echo # ---echo # Bug#21527 mysqldump incorrectly tries to LOCK TABLES on the ---echo # information_schema database. ---echo # --echo # Bug#21424 mysqldump failing to export/import views --echo # @@ -1464,6 +1461,13 @@ disconnect root; --remove_file $MYSQLTEST_VARDIR/tmp/bug21527.sql use test; +--echo # +--echo # Bug #21527 mysqldump incorrectly tries to LOCK TABLES on the +--echo # information_schema database. +--echo # +--echo # Bug #33762: mysqldump can not dump INFORMATION_SCHEMA +--echo # +--exec $MYSQL_DUMP --compact --opt -d information_schema tables --echo # --echo # Bug#19745 mysqldump --xml produces invalid xml |