You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-5021 Add support for AUX column in the client code calling
CalpontSystemCatalog::columnRIDs().
This commit is contained in:
@ -577,7 +577,6 @@ TupleBPS::TupleBPS(const pColScanStep& rhs, const JobInfo& jobInfo) : BatchPrimi
|
||||
if (dbrm.getExtents(fOidAux, extentsAux))
|
||||
throw runtime_error("TupleBPS::TupleBPS BRM extent lookup failure (1)");
|
||||
|
||||
idbassert(!extentsAux.empty());
|
||||
sort(extentsAux.begin(), extentsAux.end(), BRM::ExtentSorter());
|
||||
|
||||
extentsMap[fOidAux] = tr1::unordered_map<int64_t, EMEntry>();
|
||||
|
Reference in New Issue
Block a user