mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
9ea5576662
Previously installed dynamic plugins are explicitly not loaded on startup with --skip-grant-tables enabled. However, INSTALL PLUGIN/UNINSTALL PLUGIN commands are allowed, and result in inconsistent error messages (reporting duplicate plugin or plugin does not exist). This patch adds a check for --skip-grant-tables mode, and returns error ER_OPTION_PREVENTS_STATEMENT to the user when the above commands are attempted.
1 line
40 B
Text
1 line
40 B
Text
--skip-grant-tables $EXAMPLE_PLUGIN_OPT
|