mirror of
https://github.com/MariaDB/server.git
synced 2025-12-01 17:39:21 +03:00
it used current_thd->alloc() and allocated on the thd's execution arena, not on table->expr_arena. Remove THD::arena_for_cached_items that is temporarily set in update_virtual_fields(), and replaces THD arena in get_datetime_value(). Instead set THD arena to table->expr_arena for the whole duration of update_virtual_fields()
167 KiB
167 KiB