Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Messenger/DoctrineBridge] set column length for mysql 5.6 compatibility #37117

Merged
merged 1 commit into from Jun 7, 2020

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

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.

None yet

5 participants