Skip to content

Commit d3e96dc

Browse files
authored
Merge pull request #246 from osabc/remove_mysql_opt_reconnect
2 parents 198c3dd + e04f444 commit d3e96dc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ormpp/mysql.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class mysql {
5858
}
5959
}
6060

61-
char value = 1;
62-
mysql_options(con_, MYSQL_OPT_RECONNECT, &value);
6361
mysql_options(con_, MYSQL_SET_CHARSET_NAME, "utf8mb4");
6462

6563
if (mysql_real_connect(

0 commit comments

Comments
 (0)