From 90c751bfd3bdfa1fd46667001b188c18357950d6 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 18 May 2003 11:22:29 +0000 Subject: [PATCH] typo --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index cb62bdaf5a..13471c6cb7 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1585,7 +1585,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
$cfg['MaxExactCount'] integer
Determines for how large tables phpMyAdmin should get exact row count by - SELECT COUNT. If approximate row cound is smaller than this + SELECT COUNT. If approximate row count is smaller than this value, SELECT COUNT will be used, otherwise only value returned by SHOW TABLE STATUS.