Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 31a4bb4

Browse files
Fix typos for the README of the metrics/metrics_56 views
1 parent 43ebf9a commit 31a4bb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,11 +1315,11 @@ Creates a union of the following information:
13151315
* Performance Schema global memory usage information
13161316
* Current time
13171317

1318-
The difference betweem the metrics and the metrics_56 views are whether the global status is taken from performance_schema.global_status instead of
1319-
from the Information Schema.Use the metrics view if the MySQL version is 5.7.6 or later 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 from performance_schema.global_status instead of
1319+
from the Information Schema. Use the metrics view if the MySQL version is 5.6, 5.7.5 and earlier, or 5.7.6-5.7.8 with show_compatibility_56 = OFF. Otherwise use metrics_56.
13201320
See also https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_show_compatibility_56
13211321

1322-
In MySQL 5.7.6 and later the metrics_56 view will generate one warning that INFORMATION_SCHEMA.GLOBAL_STATUS is deprectatedd.
1322+
In MySQL 5.7.6 and later the metrics_56 view will generate a warning that INFORMATION_SCHEMA.GLOBAL_STATUS is deprecated.
13231323

13241324
For view has the following columns:
13251325

0 commit comments

Comments
 (0)