Drop IS NULL indices *after* the ALTER TABLE statement.#15357
Drop IS NULL indices *after* the ALTER TABLE statement.#15357reivilibre wants to merge 2 commits intodevelopfrom
IS NULL indices *after* the ALTER TABLE statement.#15357Conversation
|
Looks good, thanks for fixing it! |
|
I'm afraid I have bad news, the presence of an index doesn't alter the timings of The way forward is probably to add a
|
We made the assumption that the
IS NULLindex would help validate the additionNOT NULLconstraint, but we didn't even give ourselves a chance because we dropped it before adding theNOT NULLconstraint.Follows: #15350
Base:
developOriginal commit schedule, with full messages:
Move DROP INDEX to after ALTER .. SET NOT NULL