1
0
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:
Yuchen Pei
2024-06-19 13:34:30 +08:00
parent ba9bebd719
commit 64581c83e8
2 changed files with 0 additions and 3 deletions

View File

@@ -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;