mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Revert MDEV-25114
Revert88a4be75a5
and9d97f92feb
, which had been prematurely pushed by accident.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user