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

--- Comment #1 from Max Semenik <maxsem.w...@gmail.com> 2010-06-16 16:47:15 UTC 
---
I see no unused tags in the database.

select ct_tag, count(*) as cnt from code_tags where ct_repo_id=1 group by
ct_tag order by cnt desc;

+-------------------------+-----+
| ct_tag                  | cnt |
+-------------------------+-----+
| ok                      | 194 |
| api                     | 188 |
| wmf-deployment          | 160 |

 . . .

| postgresql              |   1 |
| refactor                |   1 |
+-------------------------+-----+
173 rows in set (0.00 sec)

Is this resolved?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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