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

Giovanni Luca Ciampaglia <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Giovanni Luca Ciampaglia <[email protected]> ---
Hi, 

looks like the second point has been fixed in the prod db:

mysql:[email protected] [enwiki]> select count(*) from page left join
redirect on page_id = rd_from where page_is_redirect != 0 and rd_from is null;


+----------+
| count(*) |
+----------+
|        0 |
+----------+
1 row in set (39.33 sec)

mysql:[email protected] [enwiki]>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to