summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_multi_delete2-slave.opt
diff options
context:
space:
mode:
authorunknown <sasha@asksasha.com>2005-09-14 06:31:38 -0600
committerunknown <sasha@asksasha.com>2005-09-14 06:31:38 -0600
commitf03d54f1d1a60d3e05a4cbb1516723c704e414fd (patch)
tree64a17f5abb4007e126807cec7bfc79400fc17fcf /mysql-test/t/rpl_multi_delete2-slave.opt
parentbd0fdb2f5378844e1c7bbbbcad0ab0c5ae75aa17 (diff)
downloadmariadb-git-f03d54f1d1a60d3e05a4cbb1516723c704e414fd.tar.gz
fix for BUG#11139 (multi-delete with alias breaking replication if table rules are
present): the problem originally was that the tables in auxilliary_tables did not have the correct real_name, which caused problems in the second call to tables_ok(). The fix corrects the real_name problem, and also sets the updating flag properly, which makes the second call to tables_ok() unnecessary. mysql-test/r/rpl_multi_delete2.result: updates for for BUG#11139 mysql-test/t/rpl_multi_delete2-slave.opt: updates for for BUG#11139 mysql-test/t/rpl_multi_delete2.test: updates for for BUG#11139 sql/mysql_priv.h: fix for BUG#11139 (multi-delete with alias breaking replication if table rules are present) sql/slave.cc: fix for BUG#11139 (multi-delete with alias breaking replication if table rules are present) sql/sql_parse.cc: fix for BUG#11139 (multi-delete with alias breaking replication if table rules are present) sql/sql_yacc.yy: fix for BUG#11139 (multi-delete with alias breaking replication if table rules are present)
Diffstat (limited to 'mysql-test/t/rpl_multi_delete2-slave.opt')
-rw-r--r--mysql-test/t/rpl_multi_delete2-slave.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_multi_delete2-slave.opt b/mysql-test/t/rpl_multi_delete2-slave.opt
index b828d03fafb..0febb2891b1 100644
--- a/mysql-test/t/rpl_multi_delete2-slave.opt
+++ b/mysql-test/t/rpl_multi_delete2-slave.opt
@@ -1 +1 @@
---replicate-wild-ignore-table=test.%
+"--replicate-rewrite-db=mysqltest_from->mysqltest_to" --replicate-do-table=mysqltest_to.a