mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
#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.
This commit is contained in:
5
mysql-test/t/rpl_view-slave.opt
Normal file
5
mysql-test/t/rpl_view-slave.opt
Normal file
@ -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
|
Reference in New Issue
Block a user