added some words about requirement for table sizes

This commit is contained in:
Loïc Chapeaux
2001-10-13 15:15:17 +00:00
parent b45537335d
commit c6c3fc35f1
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-10-13 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* Documentation.html, lines 504-506: added some words about requirement for
table sizes.
2001-10-12 Marc Delisle <lem9@users.sourceforge.net>
* lang/bulgarian-win1251.inc.php3 updates, thanks to Peter Petrov.

View File

@@ -501,7 +501,9 @@
<dt><b>$cfgShowStats </b>boolean</dt>
<dd>
Defines whether to display space usage and statistics about databases
and tables or not.
and tables or not.<br />
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.
<br /><br />
</dd>