You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2026-01-06 08:21:10 +03:00
add solution only for the example
This commit is contained in:
committed by
drrtuy
parent
98a301c1c5
commit
011a1edabb
@@ -251,8 +251,11 @@ void gp_walk(const Item* item, void* arg)
|
||||
Item* ncitem = const_cast<Item*>(item);
|
||||
Item_func* ifp = static_cast<Item_func*>(ncitem);
|
||||
|
||||
std::string funcName = ifp->func_name();
|
||||
|
||||
if(ifp->arguments()[0] != nullptr && ifp->arguments()[0]->type()!= Item::FIELD_ITEM)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (!gwip->condPush)
|
||||
{
|
||||
if (!ifp->fixed())
|
||||
|
||||
Reference in New Issue
Block a user