boostorg / mysql

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

Too many connections err_packet is not deserialized correctly #191

Closed anarthal closed 8 months ago

anarthal commented 9 months ago

It looks like MySQL uses a different format for some error packets, omitting some fields. This is the case for the "too many connections" packet. This does not look to trigger UB, but the error message and error code are not correct.