Skip to content

Commit f5d631d

Browse files
author
Marc Delisle
committed
bug #3976 Number of pages
1 parent a0e86e9 commit f5d631d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ not set
1515
- bug Missing removeCRLF option in ExportCsv and ExportExcel plugins
1616
- bug #3631 Drop not working Visio schema export.
1717
- bug #3645 Better handling of invalid ODS documents
18+
- bug #3976 Number of pages
1819

1920
4.0.3.0 (2013-06-05)
2021
- bug #3941 Recent tables list always empty

sql.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,11 @@
773773
) {
774774
// "j u s t b r o w s i n g"
775775
$justBrowsing = true;
776-
$unlim_num_rows = PMA_Table::countRecords($db, $table);
776+
$unlim_num_rows = PMA_Table::countRecords(
777+
$db,
778+
$table,
779+
$force_exact = true
780+
);
777781

778782
} else { // n o t " j u s t b r o w s i n g "
779783

0 commit comments

Comments
 (0)