mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
perfschema is disabled until it's enabled
as it was thinking it was enabled even if initialize_performance_schema wasn't called at all
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
Indicate if the performance schema is enabled.
|
||||
This flag is set at startup, and never changes.
|
||||
*/
|
||||
my_bool pfs_enabled= TRUE;
|
||||
my_bool pfs_enabled= FALSE;
|
||||
|
||||
/**
|
||||
PFS_INSTRUMENT option settings array
|
||||
|
Reference in New Issue
Block a user