Skip to content
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

Fix for LP #1371827 and ##1377093 #26

Merged
merged 1 commit into from
Feb 28, 2015
Merged

Conversation

akopytov
Copy link
Contributor

Bug #1371827: Sporadic partial-hangup on various queries +
related (same-testcase) crashes/asserts

Bug #1377093: Assertion `m_lock != __null &&
thd->mdl_context.is_lock_owner(m_namespace, "", "",
MDL_SHARED)' failed. in lock.cc:1140 | abort (sig=6) in
Global_backup_lock::release

Restore explicit lock duration for the BINLOG lock after a call to
MDL_context.set_transaction_duration_for_all_locks() in
THD::leave_locked_tables_mode().

              related (same-testcase) crashes/asserts

Bug #1377093: Assertion `m_lock != __null &&
              thd->mdl_context.is_lock_owner(m_namespace, "", "",
              MDL_SHARED)' failed. in lock.cc:1140 | abort (sig=6) in
              Global_backup_lock::release

Restore explicit lock duration for the BINLOG lock after a call to
MDL_context.set_transaction_duration_for_all_locks() in
THD::leave_locked_tables_mode().
akopytov added a commit that referenced this pull request Feb 28, 2015
Fix for LP #1371827 and ##1377093
@akopytov akopytov merged commit e0afc34 into percona:5.6 Feb 28, 2015
@akopytov akopytov deleted the backup_locks branch February 28, 2015 12:43
@akopytov
Copy link
Contributor Author

http://jenkins.percona.com/view/PS 5.6/job/percona-server-5.6-param/824

ldonoso pushed a commit to ldonoso/percona-server that referenced this pull request Nov 4, 2021
Move all logic for initializing transaction for first handler to same
branch.
Use m_thd_ndb consistently.
Move variables to local scope, improve comments.

Change-Id: I255fd2211a9aed63139cc7f3a7f320430d37beea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant