Commit fc799e31 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Fix build failure.

parent 74dd07e9
......@@ -2226,7 +2226,7 @@ DECLARE_THREAD(srv_error_monitor_thread)(
if (sync_array_print_long_waits(&waiter, &sema)
&& sema == old_sema && os_thread_eq(waiter, old_waiter)) {
#if defined(WITH_WSREP) && defined(WITH_INNODB_DISALLOW_WRITES)
if (srv_allow_writes_event->is_set) {
if (srv_allow_writes_event->is_set()) {
#endif /* WITH_WSREP */
fatal_cnt++;
#if defined(WITH_WSREP) && defined(WITH_INNODB_DISALLOW_WRITES)
......
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