Lines 2115-2121
Link Here
|
2115 |
we turn off Mysql's auto reconnect and handle re-connecting ourselves |
2115 |
we turn off Mysql's auto reconnect and handle re-connecting ourselves |
2116 |
so that we can keep track of when this happens. |
2116 |
so that we can keep track of when this happens. |
2117 |
*/ |
2117 |
*/ |
2118 |
#if MYSQL_VERSION_ID >= 50013 |
2118 |
#if MYSQL_VERSION_ID >= 50013 && MYSQL_VERSION_ID < 80034 |
2119 |
my_bool reconnect = FALSE; |
2119 |
my_bool reconnect = FALSE; |
2120 |
mysql_options(result, MYSQL_OPT_RECONNECT, &reconnect); |
2120 |
mysql_options(result, MYSQL_OPT_RECONNECT, &reconnect); |
2121 |
#else |
2121 |
#else |