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


Brion Vibber <[email protected]> changed:

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




--- Comment #6 from Brion Vibber <[email protected]>  2008-12-30 21:40:35 UTC 
---
Aaron fixed the code typo in r45205.

Should be possible to clean up the entries, then clear all the cache entries.
:P

Revision cache, diff cache, parser cache, squid cache.......

dawiki:
+----------+---------------------+
| count(*) | old_flags           |
+----------+---------------------+
|     3785 |                     |
|    10483 | external            |
|     6983 | external,gzip       |
|     2714 | external,object     |
|   461676 | external,utf-8      |
|   336780 | external,utf8       | <- borken
|     1094 | gzip                |
|    29477 | object              |
|    39973 | utf-8,gzip          |
|  1783011 | utf-8,gzip,external |
+----------+---------------------+

dawiktionary:
+----------+---------------------+
| count(*) | old_flags           |
+----------+---------------------+
|     1818 |                     |
|     1620 | external,utf-8      |
|     3744 | external,utf8       | <- borken
|        5 | gzip                |
|     2382 | object              |
|     1631 | utf-8,gzip          |
|    25576 | utf-8,gzip,external |
+----------+---------------------+

Alternatively to the DB cleanup we could hack the loader to accept 'utf8' as
well as 'utf-8'. Still requires cache cleanup...


-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to