• Monty's avatar
    Fixed memory leak with fulltext indexes · a6d32976
    Monty authored
    MDEV-22275 Assertion `global_status_var.global_memory_used == 0'
    failed, bytes lost, or LeakSanitizer: detected memory leaks
    after using temporary table with fulltext key
    
    This affected MyISAM and Aria temporary tables
    a6d32976
ma_close.c 8.53 KB