• Sergey Vojtovich's avatar
    Fixed FederatedX to follow THD ha_data protocol · 762d2b96
    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 ha_federatedx::disconnect(), cleaner approach
    is to let ha_close_connection() do it.
    
    Part of MDEV-19515 - Improve connect speed
    762d2b96
ha_federatedx.cc 110 KB