From 278c55eb8b218689ca7c522f6f8831ca9c424643 Mon Sep 17 00:00:00 2001 From: Tyron Madlener Date: Thu, 11 Aug 2011 19:38:25 +0300 Subject: [PATCH] Fix: 2 typos --- libraries/advisory_rules.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/advisory_rules.txt b/libraries/advisory_rules.txt index edbdb7b250..90c0254f00 100644 --- a/libraries/advisory_rules.txt +++ b/libraries/advisory_rules.txt @@ -218,14 +218,14 @@ rule 'rate of reading fixed position' Handler_read_rnd / Uptime value * 60 * 60 > 1 The rate of reading data from a fixed position is high. - This indicates many queries need to sort results and/or do a full table scan, including join queries that do not use indexes. Add indexes where applicable. + This indicates that many queries need to sort results and/or do a full table scan, including join queries that do not use indexes. Add indexes where applicable. Rate of reading fixed position average: %s, this value should be less than 1 per hour | PMA_bytime(value,2) rule 'rate of reading next table row' Handler_read_rnd_next / Uptime value * 60 * 60 > 1 The rate of reading the next table row is high. - This indicates many queries are doing full table scans. Add indexes where applicable. + This indicates that many queries are doing full table scans. Add indexes where applicable. Rate of reading next table row: %s, this value should be less than 1 per hour | PMA_bytime(value,2) # temp tables