Bug #70816 | mysql crash | ||
---|---|---|---|
Submitted: | 5 Nov 2013 6:24 | Modified: | 6 Dec 2013 5:59 |
Reporter: | qinglin zhang (OCA) | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Query Cache | Severity: | S2 (Serious) |
Version: | 5.1.61 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | mysql query_cache |
[5 Nov 2013 6:24]
qinglin zhang
[5 Nov 2013 7:35]
MySQL Verification Team
Hi! Please upgrade to the newest version, such as 5.1.74, 5.5.34, 5.6.14. There was a race condition in the query cache that has been fixed since 5.1.61. It could be responsible for this.. Noted in 5.1.68, 5.5.30, 5.6.11, 5.7.1 changelogs. "Enabling the query cache during high client contention could cause the server to exit. (Bug #14727815)"
[6 Nov 2013 2:43]
qinglin zhang
HI. I have read all the change log of new version of mysql , nothing find, so what should I do if I can't upgrade?
[6 Nov 2013 5:59]
MySQL Verification Team
You must upgrade to eliminate the possibility of a race condition in query cache. If you don't want to or cannot upgrade, then you should disable query cache to avoid crash: [mysqld] query-cache-type=0 query-cache-size=0
[7 Dec 2013 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".