1
0
Fork 0
This commit is contained in:
jsteemann 2019-06-03 13:07:47 +02:00
parent a0676dcf20
commit 67b751103d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class EngineInfoContainerDBServer {
LogicalView const* view{}; // The view used to connect to this engine
GatherNode* gather{}; // The gather associated with the engine
ScatterNode* scatter{}; // The scatter associated with the engine
size_t numClients{}; // A number of db servers the engine is distributed accross
size_t numClients{}; // A number of db servers the engine is distributed across
};
EngineInfo(EngineInfo&) = delete;