1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-6249 mark P_S STABLE and disable it by default

This commit is contained in:
Sergei Golubchik
2014-06-09 20:00:23 +02:00
parent 2436d58e19
commit dc9b2a95bf
3 changed files with 22 additions and 23 deletions

View File

@ -77,7 +77,7 @@ static Sys_var_mybool Sys_pfs_enabled(
"performance_schema",
"Enable the performance schema.",
PARSED_EARLY READ_ONLY GLOBAL_VAR(pfs_param.m_enabled),
CMD_LINE(OPT_ARG), DEFAULT(TRUE));
CMD_LINE(OPT_ARG), DEFAULT(FALSE));
static Sys_var_long Sys_pfs_events_waits_history_long_size(
"performance_schema_events_waits_history_long_size",