Pārlūkot izejas kodu

Disable performance-schema (#3589)

Mike Smith 7 gadi atpakaļ
vecāks
revīzija
ddc16852a9
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      toolset/databases/mysql/my.cnf

+ 6 - 0
toolset/databases/mysql/my.cnf

@@ -42,6 +42,12 @@ table_definition_cache  = 800
 max_heap_table_size     = 128M
 tmp_table_size          = 128M
 
+#
+# monitoring off
+#
+
+performance-schema = false
+
 #
 # innodb settings
 #