diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-06-28 18:51:40 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-06-28 18:51:40 +0200 |
commit | 7567b9fa10985a57339e8f0dbaf6e654c7f65c93 (patch) | |
tree | 6e22d19aa1a801c3d44e69a116e3eab9e8871fbc /mysql-test/suite/rpl/t/rpl_drop_db_fail.test | |
parent | 4d4f2ed2e1eab9c18c1188806e98446166e4f666 (diff) | |
download | mariadb-git-7567b9fa10985a57339e8f0dbaf6e654c7f65c93.tar.gz |
update tests to pass
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_drop_db_fail.test')
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_drop_db_fail.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_drop_db_fail.test b/mysql-test/suite/rpl/t/rpl_drop_db_fail.test index f4482064d7b..c13bae1cab3 100644 --- a/mysql-test/suite/rpl/t/rpl_drop_db_fail.test +++ b/mysql-test/suite/rpl/t/rpl_drop_db_fail.test @@ -25,7 +25,7 @@ use db2; CREATE TABLE table_child(id INT PRIMARY KEY, info VARCHAR(20), father_id INT) ENGINE=INNODB; ALTER TABLE table_child ADD CONSTRAINT aaa FOREIGN KEY (father_id) REFERENCES db1.table_father(id); ---error ER_ROW_IS_REFERENCED +--error ER_ROW_IS_REFERENCED_2 DROP DATABASE db1; DROP DATABASE db2; --sync_slave_with_master |