1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +03:00

Merge pull request #832 from drrtuy/fix-fixed

Fix MDB crash bug with failed assertion on Item_func::fixed.
This commit is contained in:
Andrew Hutchings
2019-08-20 19:35:53 +01:00
committed by GitHub

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