1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-3812 remove call to thd_set_ha_data()

MariaDB 10.5 doesn't want us to call this.
This commit is contained in:
David Hall
2020-02-20 10:19:45 -06:00
parent f8055cd6e6
commit a91f7b7d6e

View File

@ -3912,8 +3912,6 @@ int ha_mcs_impl_close_connection (handlerton* hton, THD* thd)
ci->cal_conn_hndl = 0;
}
thd_set_ha_data(thd, hton, NULL);
return rc;
}