mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
enable feedback plugin by default
As requested by Monty
This commit is contained in:
@ -176,10 +176,10 @@ static struct
|
|||||||
- yet disable explicitly a component needed for the functionality
|
- yet disable explicitly a component needed for the functionality
|
||||||
to work, by using '--skip-performance-schema' (the plugin)
|
to work, by using '--skip-performance-schema' (the plugin)
|
||||||
*/
|
*/
|
||||||
{ "performance_schema", PLUGIN_FORCE },
|
{ "performance_schema", PLUGIN_FORCE }
|
||||||
|
|
||||||
/* we disable few other plugins by default */
|
/* we disable few other plugins by default */
|
||||||
{ "feedback", PLUGIN_OFF }
|
//,{ "feedback", PLUGIN_OFF }
|
||||||
};
|
};
|
||||||
|
|
||||||
/* support for Services */
|
/* support for Services */
|
||||||
|
Reference in New Issue
Block a user