mirror of
https://github.com/vrana/adminer.git
synced 2026-02-08 15:47:47 +01:00
Exact found rows except MySQL and PgSQL
This commit is contained in:
@@ -503,7 +503,7 @@ if (!$columns && support("table")) {
|
||||
if (intval($found_rows) < max(1e4, 2 * ($page + 1) * $limit)) {
|
||||
// slow with big tables
|
||||
$found_rows = first(slow_query(count_rows($TABLE, $where, $is_group, $group)));
|
||||
} else {
|
||||
} elseif (JUSH == 'sql' || JUSH == 'pgsql') {
|
||||
$exact_count = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user