We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 198c3dd + e04f444 commit d3e96dcCopy full SHA for d3e96dc
1 file changed
ormpp/mysql.hpp
@@ -58,8 +58,6 @@ class mysql {
58
}
59
60
61
- char value = 1;
62
- mysql_options(con_, MYSQL_OPT_RECONNECT, &value);
63
mysql_options(con_, MYSQL_SET_CHARSET_NAME, "utf8mb4");
64
65
if (mysql_real_connect(
0 commit comments