There was an error while loading. Please reload this page.
1 parent 7d86751 commit ce9efb4Copy full SHA for ce9efb4
storage/innobase/log/log0sync.cc
@@ -186,7 +186,7 @@ void group_commit_lock::set_pending(group_commit_lock::value_type num)
186
}
187
188
const unsigned int MAX_SPINS = 1; /** max spins in acquire */
189
-thread_local group_commit_waiter_t thread_local_waiter;
+static thread_local group_commit_waiter_t thread_local_waiter;
190
191
group_commit_lock::lock_return_code group_commit_lock::acquire(value_type num)
192
{
0 commit comments