1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-3536 Collation

This commit is contained in:
David Hall
2020-06-01 15:08:15 -05:00
parent 516a3fa37e
commit 78ac310e42
14 changed files with 126 additions and 262 deletions

View File

@ -2774,10 +2774,6 @@ void TupleBPS::useJoiners(const vector<boost::shared_ptr<joiner::TupleJoiner> >&
fBPP->useJoiners(tjoiners);
}
void TupleBPS::useJoiner(boost::shared_ptr<joiner::Joiner> j)
{
}
void TupleBPS::newPMOnline(uint32_t connectionNumber)
{
ByteStream bs;