boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
258 stars 33 forks source link

Unknown default auth plugin #115

Open anarthal opened 1 year ago

anarthal commented 1 year ago

Currently, when the server has a default auth plugin, we fail handshake(). That's not what the official libraries do. In case that the default auth plugin is unknown but the user employs a known auth plugin, we should succeed handshake().