bug #3976 Number of pages

This commit is contained in:
Marc Delisle 2013-06-12 06:40:20 -04:00
parent a0e86e92f1
commit f5d631dbf6
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 "