mirror of
https://github.com/MariaDB/server.git
synced 2025-12-21 11:01:08 +03:00
The function mysql_show_binlog_events has a local stack variable 'LOG_INFO linfo;', which is assigned to thd->current_linfo, however this variable goes out of scope and is destroyed before clean thd->current_linfo. The problem is solved by moving 'LOG_INFO linfo;' to function scope.
20 KiB
20 KiB