[MDEV-4520] Assertion `0' fails in Query_cache::end_of_result on concurrent drop event and event execution Created: 2013-05-14 Updated: 2013-05-31 Resolved: 2013-05-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2, 5.5.31 |
| Fix Version/s: | 10.0.3, 5.5.32 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
It's a race condition repeatable with some probability by running test rpl.rpl_events with query cache enabled:
On my machine 3..5 attempts is usually enough to hit the failure. bzr version-info
|
| Comments |
| Comment by Oleksandr Byelkin [ 2013-05-22 ] |
|
Problem was in absence net.vio so QC can't intercept data. fix committed for review. |
| Comment by Oleksandr Byelkin [ 2013-05-23 ] |
|
second version committed for review |
| Comment by Oleksandr Byelkin [ 2013-05-28 ] |
|
Pushed to 5.5 |
| Comment by Oleksandr Byelkin [ 2013-05-30 ] |
|
Fix for embedded pushed to 5.5 |