[MDEV-24946] Implement wsrep_replicate_aria Created: 2019-07-11 Updated: 2021-02-25 Resolved: 2021-02-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Storage Engine - Aria, wsrep |
| Fix Version/s: | 10.6.0 |
| Type: | Task | Priority: | Critical |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Aria transactions are not currently replicated in Galera. However, there are some cases where it would be helpful if they were. For an example, see It might be a good idea to implement a "wsrep_replicate_aria" option that is similar to "wsrep_replicate_myisam" for these cases. https://mariadb.com/kb/en/library/galera-cluster-system-variables/#wsrep_replicate_myisam |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2021-02-25 ] |
|
Introduced two new wsrep_mode options
Deprecated wsrep_replicate_myisam parameter and we use wsrep_mode = REPLICATE_MYISAM instead. |