You've already forked mariadb-columnstore-engine
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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user