We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f629f53 commit 10880d6Copy full SHA for 10880d6
storage/xtradb/srv/srv0srv.cc
@@ -1209,13 +1209,14 @@ srv_free(void)
1209
os_event_free(srv_buf_dump_event);
1210
os_event_free(srv_checkpoint_completed_event);
1211
os_event_free(srv_redo_log_tracked_event);
1212
-#ifdef WITH_INNODB_DISALLOW_WRITES
1213
- os_event_free(srv_allow_writes_event);
1214
-#endif /* WITH_INNODB_DISALLOW_WRITES */
1215
mutex_free(&srv_sys->mutex);
1216
mutex_free(&srv_sys->tasks_mutex);
1217
}
1218
+#ifdef WITH_INNODB_DISALLOW_WRITES
+ os_event_free(srv_allow_writes_event);
+#endif /* WITH_INNODB_DISALLOW_WRITES */
1219
+
1220
#ifndef HAVE_ATOMIC_BUILTINS
1221
mutex_free(&server_mutex);
1222
#endif
0 commit comments