Last modified: 2012-09-19 18:19:35 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T33218, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 31218 - Run convertUserOptions on all Wikimedia Wikis
Run convertUserOptions on all Wikimedia Wikis
Status: RESOLVED INVALID
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 16660 29782 31211
  Show dependency treegraph
 
Reported: 2011-09-28 18:28 UTC by Sam Reed (reedy)
Modified: 2012-09-19 18:19 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2011-09-28 18:28:27 UTC
As a followup to bug 31204, we should ensure that all user_options blobs are migrated to rows in the user_properties table
Comment 1 Brion Vibber 2011-09-28 18:29:44 UTC
We have the vague impression this may have already been done, but since we're going to drop the old user_options blob entirely in 1.19 (yay cleanup!) we should make sure. :)
Comment 2 Sam Reed (reedy) 2011-09-28 19:35:32 UTC
enwiki:

mysql> select count(*) from user where user_options != '';
+----------+
| count(*) |
+----------+
|        0 |
+----------+
1 row in set (18 min 21.46 sec)



I wonder if that means it has been, and we're safe to do nothing?
Comment 3 Sam Reed (reedy) 2011-09-28 22:26:51 UTC
dewiki:

mysql> select count(*) from user where user_options != '';
+----------+
| count(*) |
+----------+
|        0 |
+----------+
1 row in set (10.31 sec)

frwiki:


mysql> select count(*) from user where user_options != '';
+----------+
| count(*) |
+----------+
|        0 |
+----------+
1 row in set (4.60 sec)



If these big wikis have all been done, I'm pretty sure that means everywhere has been...

Marking INVALID as there's nothing to actually be done

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links