Skip to content

Conversation

Nemo64
Copy link
Contributor

@Nemo64 Nemo64 commented Jun 5, 2020

MySQL 5.6 does not support more than 191 characters when an index is used and when using utf8mb4 as charset.
As a workaround, I define the length of the queue_name field.

Q A
Branch? 5.1
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #37116
License MIT

@Nemo64 Nemo64 requested a review from sroze as a code owner June 5, 2020 20:31
@nicolas-grekas nicolas-grekas added this to the 5.1 milestone Jun 5, 2020
MySQL 5.6 does not support more than 191 characters when an index is used and when using utf8mb4 as charset.
As a workaround, I define the length of the queue_name field.
@nicolas-grekas nicolas-grekas changed the title set column length for mysql 5.6 compatibility [Messenger/DoctrineBridge] set column length for mysql 5.6 compatibility Jun 7, 2020
@nicolas-grekas
Copy link
Member

Thank you @Nemo64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants