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-4815 ColumnCommand was replaced with a set of derived classes specified by
column width RTSCommand was modified to use a fabric that produces CC class based on column width NB this patch doesn't affect PseudoCC that also leverages ColumnCommand
This commit is contained in:
@ -53,7 +53,7 @@ Command* Command::makeCommand(ByteStream& bs, CommandType* type, vector<SCommand
|
||||
switch (*type)
|
||||
{
|
||||
case COLUMN_COMMAND:
|
||||
ret = new ColumnCommand();
|
||||
return ColumnCommandFabric::createCommand(bs);
|
||||
break;
|
||||
|
||||
case DICT_STEP:
|
||||
|
Reference in New Issue
Block a user