• Alexey Botchkov's avatar
    MDEV-15465 Server crash or ASAN heap-use-after-free in... · e06c0298
    Alexey Botchkov authored
    MDEV-15465 Server crash or ASAN heap-use-after-free in Item_func_match::cleanup upon using FT search with partitioning.
    
    Partition engine FT keys are implemented in such a way that
    the FT function's cleanup() methods use table's internals.
    So calling them after close_thread_tables is unsafe.
    e06c0298
partition_sync.result 2.35 KB