mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
20c9177518
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
|