Don't replicate MyISAM DDL (CREATE/DROP) when wsrep-replicate-myisam is OFF
Bug #1402338 reported by
Raghavendra D Prabhu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL patches by Codership |
New
|
Undecided
|
Unassigned | |||
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC | Status tracked in 5.6 | |||||
5.5 |
Fix Released
|
Wishlist
|
Raghavendra D Prabhu | |||
5.6 |
Fix Released
|
Wishlist
|
Raghavendra D Prabhu |
Bug Description
Not to replicate CREATE/DROP etc.
Related branches
lp://staging/~percona-core/percona-xtradb-cluster/bug-1402338
- Alexey Kopytov (community): Approve
-
Diff: 61 lines (+22/-4)3 files modifiedmysql-test/suite/galera/r/galera_var_replicate_myisam_off.result (+2/-3)
mysql-test/suite/galera/t/galera_var_replicate_myisam_off.test (+2/-1)
sql/wsrep_mysqld.cc (+18/-0)
lp://staging/~percona-core/percona-xtradb-cluster/bug-1402338-5.5
Approved
for merging
into
lp://staging/percona-xtradb-cluster/5.5
- Alexey Kopytov (community): Approve
-
Diff: 32 lines (+17/-1)1 file modifiedsql/wsrep_mysqld.cc (+17/-1)
summary: |
- Don't allow DDL (CREATE/DROP) when wsrep-replicate-myisam is OFF + Don't replicate MyISAM DDL (CREATE/DROP) when wsrep-replicate-myisam is + OFF |
description: | updated |
To post a comment you must log in.
what's the rationale? how DDLs are related to MyISAM?