There was an error while loading. Please reload this page.
1 parent b1977a3 commit 9d76b27Copy full SHA for 9d76b27
storage/innobase/trx/trx0roll.cc
@@ -579,6 +579,8 @@ trx_rollback_active(
579
ut_ad(!srv_undo_sources);
580
ut_ad(srv_fast_shutdown);
581
ut_ad(!dictionary_locked);
582
+que_graph_free(static_cast<que_t*>(
583
+ roll_node->undo_thr->common.parent));
584
goto func_exit;
585
}
586
storage/xtradb/trx/trx0roll.cc
0 commit comments