There was an error while loading. Please reload this page.
2 parents e9cc486 + 9d76b27 commit 7be5b6fCopy full SHA for 7be5b6f
storage/innobase/trx/trx0roll.cc
@@ -583,6 +583,8 @@ trx_rollback_active(
583
ut_ad(!srv_undo_sources);
584
ut_ad(srv_fast_shutdown);
585
ut_ad(!dictionary_locked);
586
+que_graph_free(static_cast<que_t*>(
587
+ roll_node->undo_thr->common.parent));
588
goto func_exit;
589
}
590
storage/xtradb/trx/trx0roll.cc
@@ -595,6 +595,8 @@ trx_rollback_active(
595
596
597
598
599
600
601
602
0 commit comments