[MDEV-24977] Document new wsrep_mode settings Created: 2021-02-25 Updated: 2021-04-20 Resolved: 2021-04-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Galera |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Introduced two new wsrep_mode options
Deprecated wsrep_replicate_myisam parameter and we use wsrep_mode = REPLICATE_MYISAM instead. These new options will allow Galera to replicate both DDL and DML for MyISAM [and,or] Aria using TOI .e.g.
Will replicate both MyISAM and Aria DML but requires primary key for replicated table. |
| Comments |
| Comment by Ian Gilfillan [ 2021-04-20 ] |
|
Was documented at https://mariadb.com/kb/en/galera-cluster-system-variables/#wsrep_mode |