| Bug #39846 | Falcon: Concurrent online alter causes assertion in SRLUpdateIndex::append() | ||
|---|---|---|---|
| Submitted: | 4 Oct 2008 2:08 | Modified: | 9 Jan 2009 15:10 |
| Reporter: | Christopher Powers | ||
| Status: | Closed | ||
| Category: | Server: Falcon | Severity: | S1 (Critical) |
| Version: | OS: | Any | |
| Assigned to: | Christopher Powers | Target Version: | 6.0.8 |
| Tags: | F_ONLINE ALTER | ||
| Triage: | Triaged: D1 (Critical) | ||
[4 Oct 2008 2:08]
Christopher Powers
[4 Oct 2008 2:09]
Christopher Powers
Verified during debugging of Bug#39795, "Falcon: Online add index does not support index with non-null columns"
[4 Oct 2008 2:13]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/55299 2853 Christopher Powers 2008-10-03 Bug#39846, "Falcon: Concurrent online alter causes assertion in SRLUpdateIndex::append()"
[9 Jan 2009 15:10]
MC Brown
A note has been added to the 6.0.8 changelog: When performing an online DROP INDEX on a Falcon table, the operation may conflict with other index operations such as including index scans. When one client drops an index, another client may initiate a concurrent index operation that accesses the mapping object of the index being dropped, and this can cause a crash
