Comment 2 for bug 1488055

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Re: ALTER TABLE w/o ENGINE= clause changes table engine if enforce-storage-engine active | handle_fatal_signal (sig=6) in heap_rfirst | heap/hp_rfirst.c:69

The problem is that ALTER TABLE changes the table storage engine even if not asked to when enforce-se is active. The fix would be to ignore enforced SE for existing table ALTER TABLEs. This is similar to https://mariadb.atlassian.net/browse/MDEV-8577.