• Sergey Vojtovich's avatar
    Fixed Mroonga to follow THD ha_data protocol · 00e533c7
    Sergey Vojtovich authored
    Use thd_get_ha_data()/thd_set_ha_data() which protect against plugin
    removal until it has THD ha_data.
    
    Do not reset THD ha_data in mrn_close_connection(), cleaner approach
    is to let ha_close_connection() do it.
    
    Part of MDEV-19515 - Improve connect speed
    00e533c7
mrn_table.cpp 34.5 KB