diff options
author | Jim Winstead <jimw@mysql.com> | 2009-07-13 12:11:16 -0700 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-07-13 12:11:16 -0700 |
commit | 62a4848d09f8fc81e35127ffe07d431fb8a2a60c (patch) | |
tree | 2c16863bd863c75d1a5827b99e320e258a585948 /mysql-test/t/mysqldump.test | |
parent | 8b6ca5bf30b2b728b32ccf37235d72750da4ec97 (diff) | |
parent | 2a4e1220c8a382e4f7d15da714d465558b0de685 (diff) | |
download | mariadb-git-62a4848d09f8fc81e35127ffe07d431fb8a2a60c.tar.gz |
Merge bug fixes
Diffstat (limited to 'mysql-test/t/mysqldump.test')
-rw-r--r-- | mysql-test/t/mysqldump.test | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/mysql-test/t/mysqldump.test b/mysql-test/t/mysqldump.test index 8d30728d24b..ec96124e14b 100644 --- a/mysql-test/t/mysqldump.test +++ b/mysql-test/t/mysqldump.test @@ -1395,9 +1395,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 # @@ -1463,6 +1460,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 @@ -1698,9 +1702,6 @@ DROP TABLE t1; # Added for use-thread option # -# THIS PART OF THE TEST IS DISABLED UNTIL Bug#32991 IS FIXED -if ($bug32991_fixed) { - create table t1 (a text , b text); create table t2 (a text , b text); insert t1 values ("Duck, Duck", "goose"); @@ -1738,8 +1739,6 @@ drop table t2; drop table words2; -} - --echo # --echo # Bug#16853 mysqldump doesn't show events --echo # |