Last modified: 2013-05-17 22:11:47 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 T50582, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 48582 - Unknown column 'mixin_name' in 'field list'
Unknown column 'mixin_name' in 'field list'
Status: RESOLVED FIXED
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:
  Show dependency treegraph
 
Reported: 2013-05-17 18:18 UTC by Aaron Schulz
Modified: 2013-05-17 22:11 UTC (History)
8 users (show)

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


Attachments

Description Aaron Schulz 2013-05-17 18:18:22 UTC
Banner::getMixins       10.0.6.49       1054    Unknown column 'mixin_name' in 'field list' (10.0.6.49) SELECT  mixin_name  FROM `cn_template_mixins`  WHERE tmp_id = '92'
Comment 1 Matt Walker 2013-05-17 18:49:26 UTC
Aaron -- what wiki is that on? I get:

mysql:wikiadmin@db1041 [metawiki]> describe cn_template_mixins;
+------------+----------------+------+-----+---------+----------------+
| Field      | Type           | Null | Key | Default | Extra          |
+------------+----------------+------+-----+---------+----------------+
| tmxn_id    | int(11)        | NO   | PRI | NULL    | auto_increment |
| tmp_id     | int(11)        | NO   | MUL | NULL    |                |
| page_id    | int(11)        | NO   | MUL | NULL    |                |
| mixin_name | varbinary(255) | NO   | MUL | NULL    |                |
+------------+----------------+------+-----+---------+----------------+
4 rows in set (0.00 sec)

And, the update script has it correctly as -- 

ALTER TABLE /*_*/cn_template_mixins
	ADD COLUMN `mixin_name` varchar(255) NOT NULL,
	ADD INDEX /*i*/tmxn_mixin_name (mixin_name);

-- so it should have been run automagically on beta and stuff.
Comment 2 Aaron Schulz 2013-05-17 20:08:37 UTC
See dberror.log, it's on testwiki
Comment 3 Matt Walker 2013-05-17 22:11:47 UTC
Patch applied -- just ran through a workup in CN on testwiki and didn't see any additional errors.

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


Navigation
Links