diff --git a/Documentation.html b/Documentation.html index e2cd0850a1..9369d87d35 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1658,7 +1658,10 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
$cfg['ShowAll'] boolean
Defines whether a user should be displayed a - "show all (rows)" button in browse mode or not.
+ "Show all" button in browse mode or not in all cases. + By default it is shown only on small tables (less than 5 × + $cfg['MaxRows'] rows) to avoid performance + issues while getting too many rows.
$cfg['MaxRows'] integer
Number of rows displayed when browsing a result set and no LIMIT