diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-04-05 13:13:54 +0300 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <vicentiu@mariadb.org> | 2020-04-23 10:07:07 +0300 |
commit | 7fe2dddb0fe548b43a0b1f899e27aa65a956fa88 (patch) | |
tree | f63e01f63e05fdb4349afd159ba0ed621c652b6c /scripts/mytop.sh | |
parent | b8092a3c9de9a74c8b2b37f415fe5e78d4cb9185 (diff) | |
download | mariadb-git-7fe2dddb0fe548b43a0b1f899e27aa65a956fa88.tar.gz |
Clean up logcheck.ignore.* configs and unify MariaDB.org links with https
Diffstat (limited to 'scripts/mytop.sh')
-rw-r--r-- | scripts/mytop.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mytop.sh b/scripts/mytop.sh index 669d6a82907..c8de6c56f3e 100644 --- a/scripts/mytop.sh +++ b/scripts/mytop.sh @@ -1277,7 +1277,7 @@ sub GetData() { ## To have a computed value of "Progress" like the ## "SHOW PROCESSLIST" one, the Progress column of the query - ## must be replaced by : + ## must be replaced by : ## "CASE WHEN Max_Stage < 2 THEN Progress ELSE ## (Stage-1)/Max_Stage*100+Progress/Max_Stage END AS Progress" $proc_cmd = "SELECT /*mytop*/ Id, User, Host, db, Command, @@ -1439,7 +1439,7 @@ sub GetData() ## Trailing space removal $thread->{Info} =~ s/\s$//; - ## Put the first letter of the query uppercase for a better readability + ## Put the first letter of the query uppercase for a better readability ## with long State strings $thread->{Info} = ucfirst $thread->{Info}; @@ -2082,7 +2082,7 @@ B<mytop> [options] Base version from B<http://www.mysqlfanboy.com/mytop-3>. -This version comes as part of the B<MariaDB> distribution. See B<http://mariadb.org/>. +This version comes as part of the B<MariaDB> distribution. See B<https://mariadb.org/>. And older (the original) version B<mytop> is available from http://www.mysqlfanboy.com/mytop-3/ it B<might> also be on CPAN as |