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';
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.
+ SELECT COUNT
.
+ If the approximate row count as returned by
+ SHOW TABLE STATUS
is smaller than this value,
+ SELECT COUNT
will be used, otherwise the approximate
+ count will be used.
+