From de1dda780256e1e38e50113666a33dfae609dad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 8 Feb 2012 10:06:06 +0100 Subject: [PATCH] Document change in Show all and explain reasons for limiting it --- Documentation.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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