mysql icon indicating copy to clipboard operation
mysql copied to clipboard

MySQL C++ client based on Boost.Asio

Results 163 mysql issues
Sort by recently updated
recently updated
newest added

Current implementation does not support specifying several queries in a single connection::query(), as this returns multiple resultsets. Support this by adding a mechanism to retrieve several resultsets from a single...

enhancement

Verify that we handle correctly the case where TLS is not available and we pass in ssl_mode::enable.

testing

Verify that we handle correctly the case where the server does not have the required capabilities.

testing

Verify that we handle correctly the case where the default auth plugin selected by the server is: - The same as the one we selected. - Different than the one...

enhancement
testing

Use sanitizers in CI builds.

testing