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

           Summary: codereview.sql not utf-8 clean
           Product: MediaWiki extensions
           Version: any
          Platform: PC
               URL: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensio
                    ns/CodeReview/?sortby=filehttp://svn.wikimedia.org/viewv
                    c/mediawiki/trunk/extensions/CodeReview/codereview.sql?v
                    iew=log
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: Normal
         Component: CodeReview
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Running MySQL 5.051a-24 configured for utf8 on a Debian Linux box. Mediawiki
1.16alpha r58426.

Get the following error on loading codereview.sql:

ERROR 1071 (42000) at line 79: Specified key was too long; max key length is
1000 bytes

The culprit is: 

unique key (ca_user_text, ca_repo_id, ca_author); in table code_authors

which appears to be too long for my utf8 installation.

Tested the table without the key and the extension will run with broken
functionality.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to