Skip to content

Commit 1146e98

Browse files
committed
MDEV-24341 - followup remove assert.
1 parent e5d83ad commit 1146e98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

storage/innobase/log/log0sync.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,8 @@ void group_commit_lock::release(value_type num)
355355
e->m_group_commit_leader= true;
356356
wakeup_list = e;
357357
}
358-
else
358+
else if (wakeup_list)
359359
{
360-
ut_a(wakeup_list);
361360
wakeup_list->m_group_commit_leader=true;
362361
}
363362
}

0 commit comments

Comments
 (0)