summaryrefslogtreecommitdiff
path: root/mysql-test/extra
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-06-28 18:51:40 +0200
committerSergei Golubchik <serg@mariadb.org>2015-06-28 18:51:40 +0200
commit7567b9fa10985a57339e8f0dbaf6e654c7f65c93 (patch)
tree6e22d19aa1a801c3d44e69a116e3eab9e8871fbc /mysql-test/extra
parent4d4f2ed2e1eab9c18c1188806e98446166e4f666 (diff)
downloadmariadb-git-7567b9fa10985a57339e8f0dbaf6e654c7f65c93.tar.gz
update tests to pass
Diffstat (limited to 'mysql-test/extra')
-rw-r--r--mysql-test/extra/binlog_tests/database.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/extra/binlog_tests/database.test b/mysql-test/extra/binlog_tests/database.test
index cd0266434ff..05a00c58840 100644
--- a/mysql-test/extra/binlog_tests/database.test
+++ b/mysql-test/extra/binlog_tests/database.test
@@ -84,7 +84,7 @@ CREATE TABLE t3 (a INT, KEY (a), FOREIGN KEY(a) REFERENCES db1.t2(b))
engine=innodb;
RESET MASTER;
---error ER_ROW_IS_REFERENCED
+--error ER_ROW_IS_REFERENCED_2
DROP DATABASE db1; # Fails because of the fk
SHOW TABLES FROM db1; # t1 was dropped, t2 remains
--source include/show_binlog_events.inc # Check that the binlog drops t1