diff options
author | Marc Alff <marc.alff@oracle.com> | 2012-03-28 17:54:30 +0200 |
---|---|---|
committer | Marc Alff <marc.alff@oracle.com> | 2012-03-28 17:54:30 +0200 |
commit | 7553f9eefdcdf67d31caa2a64b826dd476b4c35e (patch) | |
tree | 7618c8a84b83e005ba904405ff83842efaf9db67 /README | |
parent | fe12e0b2cc2230f6509783d34afeb5069aaf0034 (diff) | |
download | mariadb-git-7553f9eefdcdf67d31caa2a64b826dd476b4c35e.tar.gz |
Bug#13898343 THREAD LOOPS ENDLESSLY IN LF_PINBOX_PUT_PINS WHILE HOLDING
LOCK_THREAD_COUNT
When using the performance schema file io instrumentation in MySQL 5.5,
a thread would loop forever inside lf_pinbox_put_pins, when disconnecting.
It would also hold LOCK_thread_count while doing so, effectively killing the
server.
The root cause of the loop in lf_pinbox_put_pins() is a leak of LF_PINS,
when used with the filename_hash LF_HASH table in the performance schema.
This fix contains the following changes:
1)
Added the missing call to lf_hash_search_unpin(), to prevent the leak.
2)
In mysys/lf_alloc-pin.c, there was some extra debugging code
(MY_LF_EXTRA_DEBUG) written to detect precisely this kind of issues,
but it was never used.
Replaced MY_LF_EXTRA_DEBUG with DBUG_OFF, so that leaks similar to this one
can be always detected in regular debug builds.
3)
Backported the fix for the following bug, from 5.6 to 5.5:
Bug#13417446 - 63339: INCORRECT FILE PATH IN PEFORMANCE_SCHEMA ON WINDOWS
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions