diff --git a/Documentation.html b/Documentation.html index 7302014115..6a8f8ddf3b 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1225,14 +1225,12 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
$cfg['Servers'][$i]['MaxTableUiprefs'] integer
-
Maximum number of records saved in Maximum number of rows saved in $cfg['Servers'][$i]['table_uiprefs'] table.

- In case where tables in databases is modified (e.g. dropped or renamed), - table_uiprefs may contains invalid data (referring to tables which are not - exist anymore).
- This configuration make sure that we only keep N (N = MaxTableUiprefs) - newest record in table_uiprefs and automatically delete older records.
+ When tables are dropped or renamed, table_uiprefs may contain invalid + data (referring to tables which no longer exist).
+ We only keep this number of newest rows in table_uiprefs and automatically delete older rows.
$cfg['Servers'][$i]['verbose_check'] boolean