Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
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
-
Do you plan to support S3 as well? It's mentioned in MDEV-22168, and I think it should be compatible with Galera, with the obvious "limitation" that it shouldn't be replicated.