• Vicențiu Ciorbaru's avatar
    Fixed compilation failure using clang · 2b47832a
    Vicențiu Ciorbaru authored
    Both aria and myisam storage engines feature a logic path in
    thr_find_all_keys that leads to undefined behaviour by bypassing the
    initialization code of variables after my_thread_init().
    
    By refactoring the nested logic into a separate function, this problem
    is resolved.
    2b47832a
maria_def.h 62.4 KB