Hi,
sql::Connection *conn
I observed that conn->commit() doesn't throw exception if client loses connection to mysql server just before executing this commit statement.
As no exception is thrown client gets a wrong impression that the transaction was committed whereas actually it was not!
Is this a MYSQL C++ connector bug ?
Regards,
Akshay
sql::Connection *conn
I observed that conn->commit() doesn't throw exception if client loses connection to mysql server just before executing this commit statement.
As no exception is thrown client gets a wrong impression that the transaction was committed whereas actually it was not!
Is this a MYSQL C++ connector bug ?
Regards,
Akshay