• Sergey Vojtovich's avatar
    Fixed Sphinx to follow THD ha_data protocol · ba59cc0f
    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 sphinx_close_connection(), cleaner approach
    is to let ha_close_connection() do it.
    
    Part of MDEV-19515 - Improve connect speed
    ba59cc0f
ha_sphinx.cc 91.7 KB