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:
@ -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",
|
||||
|
Reference in New Issue
Block a user