bug #3976 Number of pages
This commit is contained in:
parent
a0e86e92f1
commit
f5d631dbf6
@ -15,6 +15,7 @@ not set
|
||||
- bug Missing removeCRLF option in ExportCsv and ExportExcel plugins
|
||||
- bug #3631 Drop not working Visio schema export.
|
||||
- bug #3645 Better handling of invalid ODS documents
|
||||
- bug #3976 Number of pages
|
||||
|
||||
4.0.3.0 (2013-06-05)
|
||||
- bug #3941 Recent tables list always empty
|
||||
|
||||
6
sql.php
6
sql.php
@ -773,7 +773,11 @@ if (isset($GLOBALS['show_as_php']) || ! empty($GLOBALS['validatequery'])) {
|
||||
) {
|
||||
// "j u s t b r o w s i n g"
|
||||
$justBrowsing = true;
|
||||
$unlim_num_rows = PMA_Table::countRecords($db, $table);
|
||||
$unlim_num_rows = PMA_Table::countRecords(
|
||||
$db,
|
||||
$table,
|
||||
$force_exact = true
|
||||
);
|
||||
|
||||
} else { // n o t " j u s t b r o w s i n g "
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user