Skip to content

Commit

Permalink
MDEV-24341 - followup remove assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Feb 16, 2021
1 parent e5d83ad commit 1146e98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions storage/innobase/log/log0sync.cc
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,8 @@ void group_commit_lock::release(value_type num)
e->m_group_commit_leader= true;
wakeup_list = e;
}
else
else if (wakeup_list)
{
ut_a(wakeup_list);
wakeup_list->m_group_commit_leader=true;
}
}
Expand Down

0 comments on commit 1146e98

Please sign in to comment.