https://bugzilla.wikimedia.org/show_bug.cgi?id=67594
Jeff Janes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jeff Janes <[email protected]> --- Reproduced by simply going to http://localhost/wiki/index.php/Special:ActiveUsers The "ORDER BY NULL" optimization seems to be MySQL peculiarity. includes/specials/SpecialActiveusers.php: 'ORDER BY' => 'NULL' // avoid filesort I can hack includes/db/DatabasePostgres.php selectSQLText to specifically delete that clause, but that is the correct to approach the problem? Doing so doesn't make Special:ActiveUsers work again under PostgreSQL, but it does get further before hitting a different error. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
