Browse Source

Merge remote-tracking branch 'github/10.6' into 10.6

bb-10.6-bumpversion
Sergei Golubchik 2 months ago
parent
commit
59f9ef24ea
  1. 2
      storage/innobase/log/log0sync.cc

2
storage/innobase/log/log0sync.cc

@ -280,7 +280,7 @@ group_commit_lock::lock_return_code group_commit_lock::acquire(value_type num, c
group_commit_lock::value_type group_commit_lock::release(value_type num)
{
completion_callback callbacks[1000];
completion_callback callbacks[950]; // 1000 fails with framesize 16384
size_t callback_count = 0;
value_type ret = 0;
std::unique_lock<std::mutex> lk(m_mtx);

Loading…
Cancel
Save