mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Enforce ordering of variable assignment [#METR-14410]
This commit is contained in:
parent
9e44061a2f
commit
025fcd815d
@ -147,6 +147,7 @@ protected:
|
||||
createParallelReplicas();
|
||||
parallel_replicas->sendQuery(query, "", stage, true);
|
||||
sendExternalTables();
|
||||
__sync_synchronize();
|
||||
sent_query = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user