Skip to content

Commit 59f9ef2

Browse files
committed
Merge remote-tracking branch 'github/10.6' into 10.6
2 parents fe8047c + 49febfa commit 59f9ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/innobase/log/log0sync.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ group_commit_lock::lock_return_code group_commit_lock::acquire(value_type num, c
280280

281281
group_commit_lock::value_type group_commit_lock::release(value_type num)
282282
{
283-
completion_callback callbacks[1000];
283+
completion_callback callbacks[950]; // 1000 fails with framesize 16384
284284
size_t callback_count = 0;
285285
value_type ret = 0;
286286
std::unique_lock<std::mutex> lk(m_mtx);

0 commit comments

Comments
 (0)