mirror of https://github.com/MariaDB/server
Browse Source
The server was not cleaning up some dbug allocated memory
before exiting. This is not a real problem, as this memory
would be deallocated anyway. Nonetheless, we improve the
mysqlbinlog exit procedure, wrt to memory book-keeping, when
no parameter is given.
To fix this, we deploy a call to my_end() before the
thread exits.
pull/374/head
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue