1
0
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:
Roman Nozdrin
2019-08-20 21:12:09 +03:00
parent 0024f6615b
commit 630f926dc6

View File

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