Comments - MariaDB 10.0.7 Release Notes

10 years, 2 months ago Sergei Golubchik

No, mysql.plugin doesn't really tell you what plugin is running. Use SHOW PLUGINS or SHOW ENGINES or SELECT * FROM INFORMATION_SCHEMA.PLUGINS.

And check the error log on the server startup — it might have errors from plugins that failed to load.

And don't forget the --ignore- builtin-innodb switch.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.