Skip to content
Snippets Groups Projects
Commit 350b645a authored by Georgy Kirichenko's avatar Georgy Kirichenko Committed by Konstantin Osipov
Browse files

Don't exit from ddl until all other ddls are flushed

If any ddl operation is in progress then all other ddls are
waiting on schema latch. But after first ddl will be done any
other request may be issued just after it and commit order will be
broken in case of multimaster replication.  To prevent this
behavior any ddl operation should wait until all queued ddls are
done.

Fixes #2951
parent 03fe7a2f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment