MDEV-27451 gcol.virtual_index_drop fails with LeakSanitizer errors
Because commit 24773bf3 made dict_v_col_t encapsulate v_indexes, we must invoke dict_v_col_t::~dict_v_col_t() to destruct the container. This basically is a fixup of the merge commit 5008171b of the 10.2 commit cf2c6b7f (MDEV-24971). I did not debug why no leaks are reported for 10.2 or 10.3.
Showing
Please register or sign in to comment