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

Commit 638aea6

Browse files
Fix typos on the help text and README for the diagnostics() procedure
1 parent 31a4bb4 commit 638aea6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4217,7 +4217,7 @@ Some of the sys schema views are calculated as initial (optional), overall, delt
42174217
* The delta view is the difference from the beginning to the end. Note that for min and max values
42184218
they are simply the min or max value from the end view respectively, so does not necessarily reflect
42194219
the minimum/maximum value in the monitored period.
4220-
Note: except for the metrics/metrics_56 views the delta is only calculation beteween the first and last outputs.
4220+
Note: except for the metrics/metrics_56 views the delta is only calculation between the first and last outputs.
42214221
42224222
Requires the SUPER privilege for "SET sql_log_bin = 0;".
42234223
@@ -4258,7 +4258,7 @@ Supported values are:
42584258
** current - use the current settings.
42594259
** medium - enable some settings. This requires the SUPER privilege.
42604260
** full - enables all settings. This will have a big impact on the
4261-
performance - be careful using this option. This requires the SUPER provilege.
4261+
performance - be careful using this option. This requires the SUPER privilege.
42624262
42634263
##### Example
42644264
```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)