1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-6351 - --plugin=force has no effect for built-in plugins

mysqld didn't fail to start if a compiled-in plugin failed to initialize
(--xxx=FORCE behaving as --xxx=ON)
This commit is contained in:
Sergey Vojtovich
2014-06-17 13:03:26 +04:00
parent ebf3437810
commit 3375e137f8
3 changed files with 18 additions and 1 deletions

View File

@ -8,3 +8,6 @@ PLUGIN_TYPE STORAGE ENGINE
PLUGIN_LIBRARY NULL
PLUGIN_LIBRARY_VERSION NULL
LOAD_OPTION ON
#
# MDEV-6351 - --plugin=force has no effect for built-in plugins
#