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

Use new msyql80 feature to add indices without table lock #6366

Open
wants to merge 1 commit into
base: 4.1.x
Choose a base branch
from

Conversation

Nickolaus
Copy link

@Nickolaus Nickolaus commented Apr 24, 2024

Q A
Type improvement

Summary

Create indices in mysql80 without table lock (see: https://dev.mysql.com/doc/refman/8.0/en/innodb-online-ddl-operations.html)

@derrabus
Copy link
Member

Thank you for your PR. Can you please elaborate more on this change? Right now, your PR would enable in place index creation for everyone unconditionally. Are we sure that this is what we want? Are there situations where I would want to fall back to the current way of creating indexes?

The test failures look related, btw.

@derrabus derrabus changed the base branch from 4.0.x to 4.1.x April 24, 2024 16:53
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

2 participants