1572
1553
This is entirely for legacy. We will create a new "disk based" engine and a
1573
1554
"memory" engine which will be configurable longterm.
1581
1560
Check that the default storage engine is actually available.
1583
1562
if (default_storage_engine_str)
1567
errmsg_printf(error::ERROR, _("Unknown/unsupported storage engine: %s\n"), default_storage_engine_str);
1595
1570
global_system_variables.storage_engine= engine;