mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +03:00
further reduce diffs to 5.5, monty review
This commit is contained in:
@ -2341,10 +2341,7 @@ 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
|
||||
vio_set_thread_id(vio, pthread_self());
|
||||
mysql_mutex_unlock(&LOCK_thd_data);
|
||||
}
|
||||
inline void clear_active_vio()
|
||||
|
Reference in New Issue
Block a user