From 28779212196686f44650e362ec0fcfbb23140288 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 28 Jan 2012 04:12:07 -0500 Subject: [PATCH] Document MaxRows behavior when a LIMIT clause is present --- Documentation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation.html b/Documentation.html index 49f6ec1e82..a4841d4882 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1661,8 +1661,8 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE "show all (rows)" button in browse mode or not.
$cfg['MaxRows'] integer
-
Number of rows displayed when browsing a result set. If the result set - contains more rows, "Previous" and "Next" links will be shown.
+
Number of rows displayed when browsing a result set and no LIMIT + clause is used. If the result set contains more rows, "Previous" and "Next" links will be shown.
$cfg['Order'] string [DESC|ASC|SMART]
Defines whether columns are displayed in ascending (ASC) order,