1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Revert MDEV-25114

Revert 88a4be75a5 and
9d97f92feb, which had been
prematurely pushed by accident.
This commit is contained in:
Marko Mäkelä
2021-09-24 16:21:20 +03:00
parent cfe1a258e8
commit f59f5c4a10
18 changed files with 229 additions and 765 deletions

View File

@ -3231,13 +3231,8 @@ public:
void awake(killed_state state_to_set);
/** Disconnect the associated communication endpoint. */
inline void disconnect()
{
mysql_mutex_lock(&LOCK_thd_data);
disconnect_mutexed();
mysql_mutex_unlock(&LOCK_thd_data);
}
void disconnect_mutexed();
void disconnect();
/*
Allows this thread to serve as a target for others to schedule Async