Skip to content

fix: Fix unrecognised functional index defined in MySQL #6811

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

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

Conversation

junaidbinfarooq
Copy link

@junaidbinfarooq junaidbinfarooq commented Feb 25, 2025

Q A
Type bug
Fixed issues #5306

Summary

  • The issue leads to crashing dbal.
  • The issue is fixed by skipping adding the columns, returned as null, to the index at the time of the creation of the index

@junaidbinfarooq junaidbinfarooq force-pushed the 4.2.x branch 2 times, most recently from 69995d7 to 4c774ca Compare February 25, 2025 10:01
+ The issue leads to crashing dbal.
+ The column(s) is returned as null when the index is not recognised
+ The issue is fixed by skipping the creation of index if no columns are provided.
Copy link

There hasn't been any activity on this pull request in the past 90 days, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.
If you want to continue working on it, please leave a comment.

@github-actions github-actions bot added the Stale label May 27, 2025
@junaidbinfarooq
Copy link
Author

junaidbinfarooq commented May 27, 2025

Is this an optimal solution to the said issue?

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.

2 participants