summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::mysql::my_con.c
blob: 50c1d6070e42b032510ef3d92e8e06442065524e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$FreeBSD$

--- modules/mysql/my_con.c
+++ modules/mysql/my_con.c
@@ -70,6 +70,9 @@
 		goto err;
 	}
 
+	/* Enable reconnection explictly */
+	ptr->con->reconnect = 1;
+
 	ptr->timestamp = time(0);
 
 	ptr->id = id;