aurweb/web/lib
Dan McGee c34bebf428 Perform a second query to find total search count
This removes the need for SQL_CALC_FOUND_ROWS which can really slow down
queries in a lot of cases. The COUNT(*) query we end up performing can
reuse a lot of the original clauses from our primary query, but we can
really slim it up by omitting some joins and the sorting/limiting
clauses.

Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-03-10 18:16:00 +01:00
..
acctfuncs.inc More PHP Notice undefined fixups 2011-03-10 18:15:59 +01:00
aur.inc Set a default timezone 2011-03-04 10:29:17 +01:00
aurjson.class.php Drop PackageLocations table and references 2011-02-01 12:41:08 +01:00
config.inc.proto Protect users against ZIP bombs (fixes FS#22991). 2011-02-23 11:17:27 +01:00
feedcreator.class.php RSS support implemented 2005-06-10 23:07:24 +00:00
Find.php Include File/Find.php PEAR module 2008-07-28 10:27:38 -05:00
pkgfuncs.inc Perform a second query to find total search count 2011-03-10 18:16:00 +01:00
stats.inc Drop PackageLocations table and references 2011-02-01 12:41:08 +01:00
translator.inc Remove useless or redundant code for translations. 2010-01-09 18:24:53 -05:00
version.inc Release 1.8.1. 2011-03-09 17:44:21 +01:00