diff --git a/adminer/select.inc.php b/adminer/select.inc.php index bd0bf1b8..8899e65d 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -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; } }