-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InnoDB: Failing assertion: no_trx || parent_trx->is_primary in file ha_innodb.cc line 11527 #170
Comments
@rameshvs02, does Percona Server 5.5 - 5.7 pass the testcase? |
@laurynas-biveinis Yes, testcase did not crash PS versions. |
Getting different stack trace with TEMP table alter statement. Testcase
GDB info
|
I am trying a different solution. You can still find it at https://reviews.facebook.net/D54447. |
jkedgar
added a commit
that referenced
this issue
Apr 4, 2016
Summary: When turning on expand_fast_index_creation an assert was being triggered in some code added for resizable buffer pools in InnoDB when altering a table. The original patch that got from Oracle had the asserts, but the current Oracle code is quite different and the asserts are not obviously present. This change just removes the questionable asserts. #170 Squash with: https://reviews.facebook.net/D50715 Test Plan: MTR Reviewers: hermanlee4, jtolmer, pengt Subscribers: webscalesql-eng Differential Revision: https://reviews.facebook.net/D54447
This solved it and has been applied. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testcase
GDB info
The text was updated successfully, but these errors were encountered: