mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
maria-10.0.16 merge
bzr merge -r4588 maria/10.0
This commit is contained in:
@ -3293,6 +3293,14 @@ public:
|
||||
mysql_mutex_unlock(&LOCK_thd_data);
|
||||
}
|
||||
}
|
||||
inline void reset_kill_query()
|
||||
{
|
||||
if (killed < KILL_CONNECTION)
|
||||
{
|
||||
reset_killed();
|
||||
mysys_var->abort= 0;
|
||||
}
|
||||
}
|
||||
inline void send_kill_message() const
|
||||
{
|
||||
int err= killed_errno();
|
||||
|
Reference in New Issue
Block a user