Bug #44491 | Signal 6 with Table::rollbackRecord-insertIntoTree failed, priorState = | ||
---|---|---|---|
Submitted: | 27 Apr 2009 12:12 | Modified: | 27 Apr 2009 13:40 |
Reporter: | Hakan Küçükyılmaz | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S3 (Non-critical) |
Version: | OS: | Linux | |
Assigned to: | CPU Architecture: | Any |
[27 Apr 2009 12:12]
Hakan Küçükyılmaz
[27 Apr 2009 13:40]
Kevin Lewis
This is the same crash as Bug#43961. Marking as a duplicate. The old ASSERT(false); was recently changed to FATAL("Table::rollbackRecord-insertIntoTree failed, priorState =", priorState ); Unfortunately, the string needed to be "... priorState = %d". I will correct this separately.