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

Svick <gsv...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Svick <gsv...@gmail.com> ---
You're right. If I search for categorylinks where cl_collation != 'uppercase'
on the toolserver, the only ones are for deleted pages. I think having
categorylinks for deleted pages is an issue, but separate from this one.

mysql> select count(*) from categorylinks where cl_collation != 'uppercase';
+----------+
| count(*) |
+----------+
|      279 |
+----------+
1 row in set (0.00 sec)

mysql> select count(*) from categorylinks join page on cl_from = page_id where
cl_collation != 'uppercase';
+----------+
| count(*) |
+----------+
|        0 |
+----------+
1 row in set (0.05 sec)

-- 
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