Skip to content
Snippets Groups Projects
user avatar
Andrey Saranchin authored
Currently, core constraints are dropped on commit. That is why
it is impossible to drop constraint and drop objects it references to
at the same transaction. Let's drop constraints in two steps - detach
them when DDL occurs, then reattach on rollback or delete on commit.

Closes #7339

NO_DOC=bugfix
f72efbc2
History
Name Last commit Last update