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

Commit 48c5830

Browse files
committed
Merge pull request #89 from JesperWisborgKrogh/dev/typos_20150824
Dev/typos 20150824
2 parents ebbbdd8 + 638aea6 commit 48c5830

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 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

@@ -4208,7 +4208,7 @@ Some of the sys schema views are calculated as initial (optional), overall, delt
42084208
* The delta view is the difference from the beginning to the end. Note that for min and max values
42094209
they are simply the min or max value from the end view respectively, so does not necessarily reflect
42104210
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.
42124212
42134213
Requires the SUPER privilege for "SET sql_log_bin = 0;".
42144214
@@ -4249,7 +4249,7 @@ Supported values are:
42494249
** current - use the current settings.
42504250
** medium - enable some settings. This requires the SUPER privilege.
42514251
** 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.
42534253
42544254
##### Example
42554255
```SQL

procedures/diagnostics.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CREATE DEFINER='root'@'localhost' PROCEDURE diagnostics (
4444
* The delta view is the difference from the beginning to the end. Note that for min and max values
4545
they are simply the min or max value from the end view respectively, so does not necessarily reflect
4646
the minimum/maximum value in the monitored period.
47-
Note: except for the metrics/metrics_56 views the delta is only calculation beteween the first and last outputs.
47+
Note: except for the metrics/metrics_56 views the delta is only calculation between the first and last outputs.
4848
4949
Requires the SUPER privilege for "SET sql_log_bin = 0;".
5050
@@ -65,7 +65,7 @@ CREATE DEFINER='root'@'localhost' PROCEDURE diagnostics (
6565
* medium - enable some settings. This requires the SUPER privilege.
6666
* full - enables all settings. This will have a big impact on the
6767
performance - be careful using this option. This requires
68-
the SUPER provilege.
68+
the SUPER privilege.
6969
If another setting the ''current'' is chosen, the current settings
7070
are restored at the end of the procedure.
7171

0 commit comments

Comments
 (0)