[
http://opencast.jira.com/browse/MH-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=29146#comment-29146
]
Tobias Wunden commented on MH-8506:
-----------------------------------
>From the mysql bug tracker:
Initial research indicates that the maximum key size in MySQL is 1000 bytes.
Given that latin1 uses one (1) byte per character and UTF-8 uses three (3)
bytes per character some indexes will exceed the 1000 byte limit. This accounts
for the generated error when converting tables with large or compound indexes
from latin1 to UTF8 encoding.
This means that our change to use utf8 for the database triggers this problem.
Since that should not be reverted, we'll need to go over the field names again
:-(
> MySQL ddl script fails
> ----------------------
>
> Key: MH-8506
> URL: http://opencast.jira.com/browse/MH-8506
> Project: Matterhorn Project
> Issue Type: Bug
> Components: Architecture & Services
> Affects Versions: 1.3
> Reporter: Hank Magnuski
> Assignee: Greg Logan
> Priority: Release Blocker
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________