mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -4899,12 +4899,10 @@ inline void add_to_active_threads(THD *thd)
|
||||
/*
|
||||
This should be called when you want to delete a thd that was not
|
||||
running any queries.
|
||||
This function will assert that the THD is linked.
|
||||
*/
|
||||
|
||||
inline void unlink_not_visible_thd(THD *thd)
|
||||
{
|
||||
thd->assert_linked();
|
||||
mysql_mutex_lock(&LOCK_thread_count);
|
||||
thd->unlink();
|
||||
mysql_mutex_unlock(&LOCK_thread_count);
|
||||
@ -5881,6 +5879,7 @@ public:
|
||||
bool cmp_int();
|
||||
bool cmp_decimal();
|
||||
bool cmp_str();
|
||||
bool cmp_time();
|
||||
};
|
||||
|
||||
/* EXISTS subselect interface class */
|
||||
|
Reference in New Issue
Block a user