[Phpmyadmin-devel] about clarifying MaxRows behavior
Marc Delisle
marc at infomarc.info
Fri Jan 27 10:39:51 CET 2012
Hi,
Currently the doc says
---
$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.
---
Due to [0] I suggest this:
---
$cfg['MaxRows'] integer
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.
---
I believe that an explicit LIMIT in the query has priority over MaxRows;
this is the current behavior.
[0]
https://sourceforge.net/tracker/index.php?func=detail&aid=3354433&group_id=23067&atid=377408
--
Marc Delisle
http://infomarc.info
More information about the Developers
mailing list