mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
The problem was that mysqltest could attempt to execute a SHOW WARNINGS statement through a connection that was not properly reaped, thus violating its own rules. The solution is to skip SHOW WARNINGS if a connection has not been properly repeaed. client/mysqltest.cc: Skip SHOW WARNINGS if connection hasn't been reaped.
253 KiB
253 KiB