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
+5-5Lines changed: 5 additions & 5 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.
1323
1323
1324
1324
For view has the following columns:
1325
1325
@@ -4208,7 +4208,7 @@ Some of the sys schema views are calculated as initial (optional), overall, delt
4208
4208
* The delta view is the difference from the beginning to the end. Note that for min and max values
4209
4209
they are simply the min or max value from the end view respectively, so does not necessarily reflect
4210
4210
the minimum/maximum value in the monitored period.
4211
-
Note: except for the metrics/metrics_56 views the delta is only calculation beteween the first and last outputs.
4211
+
Note: except for the metrics/metrics_56 views the delta is only calculation between the first and last outputs.
4212
4212
4213
4213
Requires the SUPER privilege for "SET sql_log_bin = 0;".
4214
4214
@@ -4249,7 +4249,7 @@ Supported values are:
4249
4249
** current - use the current settings.
4250
4250
** medium - enable some settings. This requires the SUPER privilege.
4251
4251
** full - enables all settings. This will have a big impact on the
4252
-
performance - be careful using this option. This requires the SUPER provilege.
4252
+
performance - be careful using this option. This requires the SUPER privilege.
0 commit comments