Skip to content

Update doctrine.rst #10325

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

Closed
wants to merge 1 commit into from
Closed

Update doctrine.rst #10325

wants to merge 1 commit into from

Conversation

nalekberov
Copy link
Contributor

No description provided.

MySQL sets a `limit of 767 bytes for the index key prefix`_. When using
``utf8mb4``, string columns with 255 character length surpass that limit.
There is a `limit of 767 bytes for the index key prefix`_ for InnoDB table on MySQL 5.6
and priort version. In MySQL version 5.7 and upwards this limit has been increased
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Priort -> prior

@javiereguiluz javiereguiluz added this to the 2.8 milestone Sep 12, 2018
javiereguiluz added a commit that referenced this pull request Sep 12, 2018
This PR was submitted for the 4.1 branch but it was merged into the 2.8 branch instead (closes #10325).

Discussion
----------

Update doctrine.rst

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

8165354 Update doctrine.rst
@javiereguiluz
Copy link
Member

@nalekberov thanks for helping us improve this. We've reworded it a bit and merged it into 2.8 branch. Thanks!

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.

4 participants