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:
@@ -743,6 +743,7 @@ void do_all_tests()
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
plan(209);
|
||||
pfs_enabled= 1;
|
||||
MY_INIT(argv[0]);
|
||||
do_all_tests();
|
||||
my_end(0);
|
||||
|
Reference in New Issue
Block a user