Details
-
Technical task
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
None
-
None
Description
- Create table with multiple partitions using InnoDB
- Alter one or more partitions to Aria, MyIsam (any other supported?)
- Check that alter is replicated to all nodes
- Check that INSERT/UPDATE/DELETE stmts on non Galera partitions do not replicate
- Check that cluster does not go to desync state
- Alter one or more partitions from Aria/MyIsam back to InnoDB
- Check that alter is replicated
- Check that INSERT/UPDATE/DELETE stmts are replicated
- Repeat tests with wsrep_mode=REPLICATE_MYISAM|REPLICATE_ARIA and make sure stmts do replicate
- Use topologies: master-slave, multimaster, galera as async slave
- I hope there already is mtr functional test cases
Attachments
Issue Links
- is blocked by
-
MDEV-22168 Supporting multiple engines with table partitioning
- Stalled