https://bugzilla.wikimedia.org/show_bug.cgi?id=43694
--- Comment #13 from Aaron Schulz <[email protected]> --- (In reply to comment #12) > Several times in this bug and in the bug marked as a duplicate of this bug > this > error popped up that I think is creating the problem. > > Database returned error "1170: BLOB/TEXT column 'acr_email' used in key > specification without a key length (localhost)" > > I am not sure how to specify a key length manually for that key. In https://github.com/wikimedia/mediawiki-extensions-ConfirmAccount/blob/master/backend/schema/mysql/ConfirmAccount.sql the statement "CREATE UNIQUE INDEX /*i*/acr_email ON /*_*/account_requests (acr_email(255));" creates a prefix index (only on the first 255 chars, which defines the key length). It's on old problem that this doesn't work on some mysql versions (giving the same error as if no key length was given). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
