Skip to content
Snippets Groups Projects
Commit 32a176af authored by Denis Smirnov's avatar Denis Smirnov Committed by Yaroslav Dynnikov
Browse files

fix: make ddl wait to be committed in pico.sql

Before current commit, sql waited for ddl operations to be prepared
in the cluster, but not committed or aborted. As a result, when the
user queries the space right after the previous ddl successfully
returned "ok", it was possible to retrieve "no space found" error.
parent f9fd4195
No related branches found
No related tags found
1 merge request!640fix: make ddl wait to be committed in pico.sql
Pipeline #22360 passed