Comment 8 for bug 1218664

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

I am not sure I am convinced that a globally-applying --enforce-storage-engine-skip with a default value is the best way to go. It makes an actual use of this option complicated because of the need to list all the system schemas every time and allows to shoot ourselves in the foot by specifying a value that misses some of the system schemas, which is never a valid option, isn't it?

I'd propose
- to fix this bug by ignoring enforce-storage-engine on system schemas by default, silently, no option exposed;
- to log a separate feature request for --enforce-storage-engine-skip that only concerns with user schemas.