• Sergey Glukhov's avatar
    Bug#29263 disabled storage engines omitted in SHOW ENGINES · fcba66f1
    Sergey Glukhov authored
    Static disabled plugins|engines and dynamic plugins which installed but disabled
    are not visible in I_S PLUGINS|ENGINES tables because they are not stored into
    global plugin array.
    The fix: add such plugins|engines to plugin array with PLUGIN_IS_DISABLED status.
    I_S.ENGINES 'Transactions', 'XA', 'Savepoints' fields have NULL value in this case.
    fcba66f1
is_engines.result 3.88 KB