diff --git a/Documentation.html b/Documentation.html index 14f306773..d85bcc4ff 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1767,11 +1767,18 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
$cfg[MaxExactCount] integer
- Determines for how large tables phpMyAdmin should get exact row count by - SELECT COUNT. If approximate row count is smaller than this - value, SELECT COUNT will be used, otherwise only value - returned by SHOW TABLE STATUS. This has currently an impact - only on InnoDB tables. +