Skip to content

Commit

Permalink
db_mysql: right position for define KSR_MYSQL_OPT_RECONNECT
Browse files Browse the repository at this point in the history
- follow up of previous commit
  • Loading branch information
miconda committed Mar 25, 2024
1 parent da3d6e9 commit 14dc277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/db_mysql/km_my_con.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ extern char *db_mysql_opt_ssl_ca;
#define KSR_MYSQL_OPT_RECONNECT
#else
#if MYSQL_VERSION_ID < 80034
#endif
#define KSR_MYSQL_OPT_RECONNECT
#endif
#endif
#endif

/*! \brief
* Create a new connection structure,
Expand Down

0 comments on commit 14dc277

Please sign in to comment.