https://bugzilla.wikimedia.org/show_bug.cgi?id=58324
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Brad Jorsch <[email protected]> --- The following lines show up in dberrors.log when I try loading that page: Wed Dec 11 14:12:41 UTC 2013 mw1112 enwiki Connection lost and reconnected after 99.509s, query: SELECT /* RandomPage::selectRandomPageFromDB */ page_title,page_namespace FROM `page` FORCE INDEX (page_random) WHERE page_namespace = '446' AND page_is_redirect = '0' AND (page_random >= 0) ORDER BY page_random LIMIT 1 Wed Dec 11 14:12:41 UTC 2013 mw1112 enwiki RandomPage::selectRandomPageFromDB 10.64.32.22 0 SELECT page_title,page_namespace FROM `page` FORCE INDEX (page_random) WHERE page_namespace = '446' AND page_is_redirect = '0' AND (page_random >= 0) ORDER BY page_random LIMIT 1 A quick check in the database finds zero rows for SELECT * FROM page WHERE page_namespace = '446' on enwiki. -- 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
