summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_view-slave.opt
diff options
context:
space:
mode:
authorunknown <aelkin@mysql.com>2006-04-12 12:50:12 +0300
committerunknown <aelkin@mysql.com>2006-04-12 12:50:12 +0300
commit0e19aa9e4e62b7f21302bd4aecc79709d4c9614e (patch)
treec77169bed7d05ff496f6aaf92c404df68102480b /mysql-test/t/rpl_view-slave.opt
parentc97aa492e53fdc93d291f19f641cda386f9abf82 (diff)
downloadmariadb-git-0e19aa9e4e62b7f21302bd4aecc79709d4c9614e.tar.gz
#BUG18715 create view with replicate*ignore-table
Fixed in parser. rpl_view gained no changes but rpl_view-slave.opt. sql/sql_yacc.yy: UPDATING option for create/alter view is added for tables_ok to finds the view's TABLE_LIST.updating as true. FIXME: Regarding to UPDATING option `create view' should not have any difference from `create table'. mysql-test/t/rpl_view-slave.opt: The option is needed to force slave executes tables_ok which must return OK in conditions of this tests (no table foo is used.
Diffstat (limited to 'mysql-test/t/rpl_view-slave.opt')
-rw-r--r--mysql-test/t/rpl_view-slave.opt5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_view-slave.opt b/mysql-test/t/rpl_view-slave.opt
new file mode 100644
index 00000000000..55b3aeb3bda
--- /dev/null
+++ b/mysql-test/t/rpl_view-slave.opt
@@ -0,0 +1,5 @@
+#
+# BUG18715 create view with replicate*ignore-table
+# The option is needed to force slave executes tables_ok
+# which must return OK in conditions of this tests (no table foo is used)
+--replicate-ignore-table=test.foo