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.