r62671 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62670‎ | r62671 | r62672 >
Date:04:05, 18 February 2010
Author:tstarling
Status:ok
Tags:
Comment:
Classify rows with old_flags='object,utf-8' (there are 1800 in enwiki).
Modified paths:
  • /trunk/phase3/maintenance/storage/storageTypeStats.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/storage/storageTypeStats.php
@@ -33,7 +33,7 @@
3434 )
3535 )
3636 ),
37 - IF(old_flags = 'object',
 37+ IF(old_flags LIKE '%object%',
3838 TRIM('"' FROM SUBSTRING_INDEX(SUBSTRING_INDEX(old_text, ':', 3), ':', -1)),
3939 '[none]'
4040 )

Status & tagging log