• Alexander Barkov's avatar
    MDEV-22591 Debug build crashes on EXECUTE IMMEDIATE '... WHERE ?' USING IGNORE · 996b9a9d
    Alexander Barkov authored
    Removing a wrong DBUG_ASSERT:
    When Item_param gets "unfixed" in cleanup(), its "fixed" gets assigned
    to false, while item_item keeps the value. So the assert was wrong.
    
    Perhaps, instead of removing the assert, it was possible to reset
    item_type to NO_VALUE in cleanup. But this is not very important:
    it's implemented in 10.4 in a better way:
    Item_param::is_fixed() always returns true and it does not need to be "unfixed".
    996b9a9d
ps.result 158 KB