From 1ce18c779044871f567367a41184fe54506caf7d Mon Sep 17 00:00:00 2001 From: nikezono Date: Fri, 12 Apr 2024 15:44:10 +0900 Subject: [PATCH] fix stale comment in trx0undo.cc --- storage/innobase/trx/trx0undo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innobase/trx/trx0undo.cc b/storage/innobase/trx/trx0undo.cc index 4990453667aa..f51978c12713 100644 --- a/storage/innobase/trx/trx0undo.cc +++ b/storage/innobase/trx/trx0undo.cc @@ -493,7 +493,7 @@ static ulint trx_undo_header_create( page_t *undo_page, /*!< in/out: undo log segment header page, x-latched; it is assumed that there is - TRX_UNDO_LOG_HDR_SIZE bytes + TRX_UNDO_LOG_GTID_XA_HDR_SIZE bytes free space on it */ trx_id_t trx_id, /*!< in: transaction id */ mtr_t *mtr) /*!< in: mtr */