From 90e12034f35a1c6d245969a2866e23d66e898c26 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 29 Jan 2006 13:30:08 +0000 Subject: [PATCH] new usage of MaxExactCount --- Documentation.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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. +