You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
*performance_schema.global_status (information_schema.GLOBAL_STATUSin MySQL 5.6)
1314
1314
*information_schema.INNODB_METRICS
1315
-
* Performance Schema global memory usage information
1315
+
* Performance Schema global memory usage information (only in MySQL 5.7)
1316
1316
* Current time
1317
1317
1318
-
The difference between the metrics and the metrics_56 views are whether the global status is taken fromperformance_schema.global_status instead of
1319
-
from the Information Schema. Use the metrics view if the MySQL version is 5.6, 5.7.5and earlier, or5.7.6-5.7.8 with show_compatibility_56 = OFF. Otherwise use metrics_56.
1320
-
See also https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_show_compatibility_56
1321
-
1322
-
In MySQL 5.7.6and later the metrics_56 view will generate a warning that INFORMATION_SCHEMA.GLOBAL_STATUS is deprecated.
1318
+
In MySQL 5.7 it is required that performance_schema =ON, though there is no requirements to which
1319
+
instruments and consumers that are enabled. See also the description of the Enabled column below.
0 commit comments