Document MaxRows behavior when a LIMIT clause is present
This commit is contained in:
parent
52f60156cb
commit
2877921219
@ -1661,8 +1661,8 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
|
||||
"show all (rows)" button in browse mode or not.</dd>
|
||||
|
||||
<dt id="cfg_MaxRows">$cfg['MaxRows'] integer</dt>
|
||||
<dd>Number of rows displayed when browsing a result set. If the result set
|
||||
contains more rows, "Previous" and "Next" links will be shown.</dd>
|
||||
<dd>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.</dd>
|
||||
|
||||
<dt id="cfg_Order">$cfg['Order'] string [<tt>DESC</tt>|<tt>ASC</tt>|<tt>SMART</tt>]</dt>
|
||||
<dd>Defines whether columns are displayed in ascending (<tt>ASC</tt>) order,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user