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
Fix MDB crash bug with failed assertion on Item_func::fixed.
This commit is contained in:
@ -5237,6 +5237,11 @@ void gp_walk(const Item* item, void* arg)
|
||||
|
||||
if (!gwip->condPush)
|
||||
{
|
||||
if (!ifp->is_fixed())
|
||||
{
|
||||
ifp->fix_fields(gwip->thd, reinterpret_cast<Item**>(&ifp));
|
||||
}
|
||||
|
||||
if (ifp->with_subquery() || funcName == "<in_optimizer>")
|
||||
{
|
||||
buildSubselectFunc(ifp, gwip);
|
||||
|
Reference in New Issue
Block a user