You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-2139 syntax update
This commit is contained in:
@ -5665,8 +5665,8 @@ void gp_walk(const Item* item, void* arg)
|
||||
if (col->type() == Item::FIELD_ITEM)
|
||||
{
|
||||
const auto &field_name = string(((Item_field*)item)->field_name.str);
|
||||
auto col = CalpontSelectExecutionPlan::ColumnMap::value_type(field_name, scsp);
|
||||
gwip->columnMap.insert(col);
|
||||
auto colMap = CalpontSelectExecutionPlan::ColumnMap::value_type(field_name, scsp);
|
||||
gwip->columnMap.insert(colMap);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user