From c6c3fc35f1644a647a85ea0530013b829f056a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 13 Oct 2001 15:15:17 +0000 Subject: [PATCH] added some words about requirement for table sizes --- ChangeLog | 4 ++++ Documentation.html | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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.