Commit 1146e98b authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-24341 - followup remove assert.

parent e5d83ad4
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment