mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#define MYSQL_SERVER 1
|
||||
#include <my_global.h>
|
||||
#include "mysql_version.h"
|
||||
#include "spd_environ.h"
|
||||
#include "sql_priv.h"
|
||||
#include "probes_mysql.h"
|
||||
#include "sql_class.h"
|
||||
@@ -2005,9 +2004,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