1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-9154 : Remove workarounds (mainly dynamic function loading)

for running obsolete versions of Windows
This commit is contained in:
Vladislav Vaintroub
2016-06-01 13:29:40 +02:00
parent 22ede741f0
commit 3a7bc23a16
16 changed files with 62 additions and 723 deletions

View File

@@ -2933,7 +2933,6 @@ public:
{
mysql_mutex_lock(&LOCK_thd_data);
active_vio = vio;
vio_set_thread_id(vio, pthread_self());
mysql_mutex_unlock(&LOCK_thd_data);
}
inline void clear_active_vio()