• Sergei Golubchik's avatar
    MDEV-8313 Got an error writing communication packets · 18954ff2
    Sergei Golubchik authored
    Don't let network errors from mysql_close() leak into THD.
    
    * remove incorrect upstream fix
    ** table->in_use can be NULL, must use ha_thd()
    ** clear_error() may remove earlier errors, don't use it
    * fix the bug properly in federated and federatedx
    18954ff2
ha_federatedx.cc 106 KB