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.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1315,11 +1315,11 @@ Creates a union of the following information:
1315
1315
* Performance Schema global memory usage information
1316
1316
* Current time
1317
1317
1318
-
The difference betweem 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.7.6orlater and show_compatibility_56 = OFF. Otherwise use metrics_56.
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
1320
See also https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_show_compatibility_56
1321
1321
1322
-
In MySQL 5.7.6and later the metrics_56 view will generate one warning that INFORMATION_SCHEMA.GLOBAL_STATUS is deprectatedd.
1322
+
In MySQL 5.7.6and later the metrics_56 view will generate a warning that INFORMATION_SCHEMA.GLOBAL_STATUS is deprecated.
0 commit comments