1
0
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:
jmrojas2332
2020-02-03 20:49:02 +00:00
parent 9fbfb63b85
commit aa1d8944ce

View File

@ -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);
}
}