You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MDEV-27451 gcol.virtual_index_drop fails with LeakSanitizer errors
Because commit 24773bf
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 5008171
of the 10.2
commit cf2c6b7 (MDEV-24971).
I did not debug why no leaks are reported for 10.2 or 10.3.
0 commit comments