1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

enable feedback plugin by default

As requested by Monty
This commit is contained in:
Sergei Golubchik
2014-12-04 17:59:07 +01:00
parent ed0ea644a0
commit 4ce39dca99

View File

@ -176,10 +176,10 @@ static struct
- yet disable explicitly a component needed for the functionality
to work, by using '--skip-performance-schema' (the plugin)
*/
{ "performance_schema", PLUGIN_FORCE },
{ "performance_schema", PLUGIN_FORCE }
/* we disable few other plugins by default */
{ "feedback", PLUGIN_OFF }
//,{ "feedback", PLUGIN_OFF }
};
/* support for Services */