diff options
author | jani@a88-113-38-195.elisa-laajakaista.fi <> | 2007-08-08 16:50:43 +0300 |
---|---|---|
committer | jani@a88-113-38-195.elisa-laajakaista.fi <> | 2007-08-08 16:50:43 +0300 |
commit | 283e9529fc7465d3be11e2bd21043da8a7e61c24 (patch) | |
tree | 794fd39245597fa88c9ef1c57da59b86e8960732 /mysys/my_gethwaddr.c | |
parent | c8dc63b363912432fef0292ae3295ecd3b15ba8c (diff) | |
download | mariadb-git-283e9529fc7465d3be11e2bd21043da8a7e61c24.tar.gz |
BUG#30274 (Debug server crashes because mutex isn't initialized):
Completion patch, since it is possible that Log_event::write_header()
is called with no current thread.
When starting the server, there is no thread available, but
MYSQL_BIN_LOG::open() is called to initialize the binary log. The
function writes a format description log event to the binary log,
which means that Log_event::write_header() can be called with no
current thread object available.
Diffstat (limited to 'mysys/my_gethwaddr.c')
0 files changed, 0 insertions, 0 deletions