0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
This commit is contained in:
damian-tomczak 2023-09-26 19:07:58 +02:00
commit 6dba3ca82f

View File

@ -88,7 +88,6 @@ namespace sqlpp
throw sqlpp::exception{"MySQL: could not set option MYSQL_OPT_RECONNECT"}; throw sqlpp::exception{"MySQL: could not set option MYSQL_OPT_RECONNECT"};
} }
} }
#endif
#else #else
mysql->reconnect = config->auto_reconnect mysql->reconnect = config->auto_reconnect
#endif #endif