Comment 5 for bug 1435482

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote : Re: Regression: bug-1402338-5.5 breaks replication with enforce_storage_engine=Innodb

Yes, TOI is Total Order Isolation. The reason for workaround is that replication of DDL under TOI is taken by said statement is executed (to ensure statement is executed at same time on all nodes).

Hence, when you try to create myisam table, for TOI it is still a myisam table and enforce_storage_engine comes into picture only later.

Nevertheless, it should be possible to check for enforce_storage_engine specifically in TOI.