bug 782925
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-08-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* sql.php3: bug 782925: fix "Showing rows..." message when user has
|
||||||
|
put a LIMIT in the query
|
||||||
|
|
||||||
2003-08-06 Michal Cihar <nijel@users.sourceforge.net>
|
2003-08-06 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* libraries/common.lib.php3: Parse better enum fields (bug #784154).
|
* libraries/common.lib.php3: Parse better enum fields (bug #784154).
|
||||||
|
|
||||||
|
3
sql.php3
3
sql.php3
@@ -364,6 +364,9 @@ else {
|
|||||||
|
|
||||||
if (empty($sql_limit_to_append)) {
|
if (empty($sql_limit_to_append)) {
|
||||||
$unlim_num_rows = $num_rows;
|
$unlim_num_rows = $num_rows;
|
||||||
|
// if we did not append a limit, set this to get a correct
|
||||||
|
// "Showing rows..." message
|
||||||
|
$GLOBALS['session_max_rows'] = 'all';
|
||||||
}
|
}
|
||||||
else if ($is_select) {
|
else if ($is_select) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user