Skip to content

Commit 4ce39dc

Browse files
committed
enable feedback plugin by default
As requested by Monty
1 parent ed0ea64 commit 4ce39dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/sql_plugin.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ static struct
176176
- yet disable explicitly a component needed for the functionality
177177
to work, by using '--skip-performance-schema' (the plugin)
178178
*/
179-
{ "performance_schema", PLUGIN_FORCE },
179+
{ "performance_schema", PLUGIN_FORCE }
180180

181181
/* we disable few other plugins by default */
182-
{ "feedback", PLUGIN_OFF }
182+
//,{ "feedback", PLUGIN_OFF }
183183
};
184184

185185
/* support for Services */

0 commit comments

Comments
 (0)