mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
08a006d08a
'__' instead.
16 lines
216 B
C
16 lines
216 B
C
|
|
$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;
|