[MDEV-5964] main.mdev-504 unveils assertion failure in TABLE_SHARE::visit_subgraph Created: 2014-03-27 Updated: 2014-03-28 Resolved: 2014-03-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.9 |
| Fix Version/s: | 10.0.10 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Sergey Vojtovich | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
main.mdev-504 fails sporadically. A simplified mtr test:
Needs debug sync point:
The simplest way to fix it is to move "table->in_use= thd;" under protection of LOCK_table_share. |
| Comments |
| Comment by Sergey Vojtovich [ 2014-03-28 ] |
|
Sergei, please review fix for this bug. |
| Comment by Sergei Golubchik [ 2014-03-28 ] |
|
ok to push! |
| Comment by Sergey Vojtovich [ 2014-03-28 ] |
|
Fixed in 10.0.10, revno: 4133, revision-id: svoj@mariadb.org-20140328073010-w60enwnaz6gh78wq |