https://bugzilla.wikimedia.org/show_bug.cgi?id=60031

--- Comment #7 from Laurent Wandrebeck <l.wandreb...@quelquesmots.fr> ---
Hmmmm strange,

I get via maintenance/eval.php a correct query too:

SELECT  tl_namespace AS namespace,tl_title AS title,COUNT(*) AS value  FROM
"templatelinks" LEFT JOIN "page" ON ((page_namespace = tl_namespace) AND
(page_title = tl_title))  WHERE (page_title IS NULL) AND tl_namespace = '' 
GROUP BY tl_namespace,tl_title

/me scratches head

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to