mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
the bug was that in_vector array in Item_func_in was allocated in the statement arena, not in the table->expr_arena. revert part of the5acd391e8b. Instead, change the arena correctly in fix_all_session_vcol_exprs(). Remove TABLE_ARENA, that was introduced in5acd391e8bto force item tree changes to be rolled back (because they were allocated in the wrong arena and didn't persist. now they do)
1.9 KiB
1.9 KiB