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

Support RENAME INDEX on MariaDB #5946

Merged
merged 1 commit into from
Mar 5, 2023

Conversation

Khartir
Copy link
Contributor

@Khartir Khartir commented Mar 2, 2023

to support RENAME INDEX syntax

Q A
Type feature
Fixed issues #5940

Summary

Add support for MariaDB's RENAME INDEX syntax available with version 10.5.2. https://mariadb.com/kb/en/alter-table/#rename-indexkey

src/Driver/AbstractMySQLDriver.php Outdated Show resolved Hide resolved
src/Driver/AbstractMySQLDriver.php Outdated Show resolved Hide resolved
@derrabus derrabus added this to the 3.7.0 milestone Mar 2, 2023
@derrabus derrabus changed the base branch from 3.6.x to 3.7.x March 2, 2023 19:29
@derrabus derrabus linked an issue Mar 2, 2023 that may be closed by this pull request
@derrabus
Copy link
Member

derrabus commented Mar 2, 2023

Looks promising, thank you for the PR!

to support RENAME INDEX syntax
@Khartir Khartir requested a review from derrabus March 3, 2023 18:34
@derrabus derrabus changed the title Add MariaDB1052Platform Support RENAME INDEX on MariaDB Mar 5, 2023
@derrabus derrabus merged commit 2ebf3cf into doctrine:3.7.x Mar 5, 2023
@derrabus
Copy link
Member

derrabus commented Mar 5, 2023

Thank you!

@Khartir Khartir deleted the add-mariadb-1052-platform branch March 5, 2023 14:04
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MariaDB 10.5.2 supports RENAME INDEX
2 participants