1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Review fixes

This commit is contained in:
Denis Khalikov
2024-05-10 10:15:36 +00:00
committed by Leonid Fedorov
parent c17f24b90f
commit 254ced25cf
2 changed files with 24 additions and 34 deletions

View File

@ -205,6 +205,8 @@ class PackageHandler
joblist::DistributedEngineComm* fEc = joblist::DistributedEngineComm::instance(rm);
return fEc->Setup();
}
execplan::CalpontSystemCatalog::ROPair getTableRID(boost::shared_ptr<execplan::CalpontSystemCatalog> fcsc,
execplan::CalpontSystemCatalog::TableName& tableName);
messageqcpp::IOSocket fIos;
boost::shared_ptr<messageqcpp::ByteStream> fByteStream;