diff --git a/ChangeLog b/ChangeLog index c29d1c37e..1c9d801c6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-10-13 Loïc Chapeaux + * Documentation.html, lines 504-506: added some words about requirement for + table sizes. + 2001-10-12 Marc Delisle * lang/bulgarian-win1251.inc.php3 updates, thanks to Peter Petrov. diff --git a/Documentation.html b/Documentation.html index 39e203847..80ae1c635 100755 --- a/Documentation.html +++ b/Documentation.html @@ -501,7 +501,9 @@
$cfgShowStats boolean
Defines whether to display space usage and statistics about databases - and tables or not. + and tables or not.
+ Note that statistics requires at least MySQL 3.23.3 and that, at this + date, MySQL doesn't return such information for Berkeley DB tables.