mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge quant.(none):/ext/mysql/bk/mysql-5.0-bug25463
into quant.(none):/ext/mysql/bkroot/mysql-5.0-rpl
This commit is contained in:
commit
7825a45e1c
1 changed files with 17 additions and 0 deletions
|
@ -346,3 +346,20 @@
|
|||
fun:_ZN19TransporterRegistry11performSendEv
|
||||
fun:_ZN19TransporterRegistry14forceSendCheckEi
|
||||
}
|
||||
|
||||
#
|
||||
# BUG#25463: Probable cause - slave thread doesn't have time to terminate properly
|
||||
# because rest of the server shuts down before that. The server shutdown code has
|
||||
# been fixed in 5.1 and there this leak should not happen. Suppression has been
|
||||
# approved by Monty.
|
||||
#
|
||||
# Important: do not propagate this rule to 5.1 tree!
|
||||
#
|
||||
|
||||
{
|
||||
Slave thread shutdown (BUG#25463)
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
fun:my_thread_init
|
||||
fun:handle_slave_io
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue