mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Initial threadpool implementation for MariaDB 5.5
This commit is contained in:
@@ -2339,6 +2339,10 @@ public:
|
||||
{
|
||||
mysql_mutex_lock(&LOCK_thd_data);
|
||||
active_vio = vio;
|
||||
#ifdef _WIN32
|
||||
/* Required to support cancelation on XP */
|
||||
active_vio->thread_id = pthread_self();
|
||||
#endif
|
||||
mysql_mutex_unlock(&LOCK_thd_data);
|
||||
}
|
||||
inline void clear_active_vio()
|
||||
|
||||
Reference in New Issue
Block a user