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

--- Comment #3 from Sam Reed (reedy) <s...@reedyboy.net> ---
Works fine for me with git master of both core and ConfirmAccount:

Creating account_requests table ...done.
...have acr_filename field in account_requests table.
...account_credentials table already exists.
...have acr_areas field in account_requests table.
...index acr_email already set on account_requests table.


MediaWiki    1.21alpha (327df4f)
PHP    5.4.6-1ubuntu1.1 (apache2handler)
MySQL    5.5.28-0ubuntu0.12.10.2

vs your

MediaWiki    1.20.2
PHP    5.4.10-1~dotdeb.0 (fpm-fcgi)
MySQL    5.1.66-0+squeeze1

I wonder why it's complaining about that there when the patch doesn't touch it.

It would seem it's an "issue" with your mysql install in one way or another -
whether config, or an actual bug.

Can you post full copies of what schema your site is running with?

show create table account_requests\G
show indexes from account_requests\G
show create table account_credentials\G
show indexes from account_credentials\G

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to