• Sergey Vojtovich's avatar
    MDEV-9994 - Aria service threads are not "joined" · 87007dc2
    Sergey Vojtovich authored
    Aria service threads are created "joinable", but they're not "joined" on
    completion. This causes memory leaks around thread local storage.
    
    Fixed by joining service thread. Simplified relevant code and cleaned up
    relevant valgrind suppressions.
    87007dc2
ma_servicethread.c 3.87 KB