mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-28893 Spider: remove #ifdef SPIDER_NET_HAS_THD
net has thd since 2015 in 56aa19989f
for MDEV-6152
This commit is contained in:
@@ -2032,9 +2032,7 @@ int spider_db_mbase::connect(
|
||||
connect_retry_count--;
|
||||
my_sleep((ulong) connect_retry_interval);
|
||||
} else {
|
||||
#ifdef SPIDER_NET_HAS_THD
|
||||
db_conn->net.thd = NULL;
|
||||
#endif
|
||||
if (connect_mutex)
|
||||
pthread_mutex_unlock(&spider_open_conn_mutex);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user