Skip to content
Snippets Groups Projects
Commit 955c3961 authored by Danny Auble's avatar Danny Auble
Browse files

comment out the MYSQL_OPT_RECONNECT since it is the default

parent 019502c1
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ extern int mysql_get_db_connection(MYSQL **mysql_db, char *db_name,
}
}
/* make sure reconnect is off */
mysql_options(*mysql_db, MYSQL_OPT_RECONNECT, &reconnect);
//mysql_options(*mysql_db, MYSQL_OPT_RECONNECT, &reconnect);
}
return rc;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment