You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL considers UNIQUE constraints distinct from indexes and allows you to create an index and a unique key on the same column, so we have to support this kind of schema.
The text was updated successfully, but these errors were encountered:
This happens on any non-fast-forward merge when there is more than one index defined on the same column. Repro here:
#8821
MySQL considers
UNIQUE
constraints distinct from indexes and allows you to create an index and a unique key on the same column, so we have to support this kind of schema.The text was updated successfully, but these errors were encountered: