Enforce ordering of variable assignment [#METR-14410]

This commit is contained in:
Alexey Arno 2015-02-20 16:32:20 +03:00
parent 9e44061a2f
commit 025fcd815d

View File

@ -147,6 +147,7 @@ protected:
createParallelReplicas();
parallel_replicas->sendQuery(query, "", stage, true);
sendExternalTables();
__sync_synchronize();
sent_query = true;
}