From cda5b04eab9c5d1c737f35a63ba9b589afed5a9d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 23 Oct 2009 10:22:00 +0000 Subject: [PATCH] improve wording in comment --- sql.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sql.php b/sql.php index 997ce7555..48988603e 100644 --- a/sql.php +++ b/sql.php @@ -379,12 +379,11 @@ if (isset($GLOBALS['show_as_php']) || !empty($GLOBALS['validatequery'])) { // c o u n t q u e r y // If we are "just browsing", there is only one table, - // and no where clause (or just 'WHERE 1 '), - // so we do a quick count (which uses MaxExactCount) - // because SQL_CALC_FOUND_ROWS - // is not quick on large InnoDB tables + // and no WHERE clause (or just 'WHERE 1 '), + // we do a quick count (which uses MaxExactCount) because + // SQL_CALC_FOUND_ROWS is not quick on large InnoDB tables - // but do not count again if we did it previously + // However, do not count again if we did it previously // due to $find_real_end == true if (!$is_group