We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e86e9 commit f5d631dCopy full SHA for f5d631d
ChangeLog
@@ -15,6 +15,7 @@ not set
15
- bug Missing removeCRLF option in ExportCsv and ExportExcel plugins
16
- bug #3631 Drop not working Visio schema export.
17
- bug #3645 Better handling of invalid ODS documents
18
+- bug #3976 Number of pages
19
20
4.0.3.0 (2013-06-05)
21
- bug #3941 Recent tables list always empty
sql.php
@@ -773,7 +773,11 @@
773
) {
774
// "j u s t b r o w s i n g"
775
$justBrowsing = true;
776
- $unlim_num_rows = PMA_Table::countRecords($db, $table);
+ $unlim_num_rows = PMA_Table::countRecords(
777
+ $db,
778
+ $table,
779
+ $force_exact = true
780
+ );
781
782
} else { // n o t " j u s t b r o w s i n g "
783
0 commit comments