You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-3536 Collation
This commit is contained in:
@@ -251,14 +251,9 @@ private:
|
||||
bool fBusy;
|
||||
|
||||
/* Join support TODO: Make join ops a seperate Command class. */
|
||||
boost::shared_ptr<joiner::Joiner> joiner;
|
||||
std::vector<joblist::ElementType> smallSideMatches;
|
||||
bool doJoin;
|
||||
uint32_t joinerSize;
|
||||
uint16_t preJoinRidCount;
|
||||
boost::scoped_array<boost::scoped_array<boost::mutex> > addToJoinerLocks;
|
||||
boost::scoped_array<boost::mutex> smallSideDataLocks;
|
||||
void executeJoin();
|
||||
|
||||
// uint32_t ridsIn, ridsOut;
|
||||
|
||||
|
Reference in New Issue
Block a user