summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/trx0sys.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-09-24 12:14:35 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-09-24 12:14:35 +0300
commit88f38661b75e68ed255491ed51e52e73cfe06011 (patch)
treeb4ceb1f2eddb28c89a70251b77c328e944077b2e /storage/innobase/trx/trx0sys.cc
parent7e2b42324caf6faaaa5a3a033c2b24e1fee93669 (diff)
parentd5bd704f4be776df00e3f2e629936bb60d6b10a1 (diff)
downloadmariadb-git-88f38661b75e68ed255491ed51e52e73cfe06011.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'storage/innobase/trx/trx0sys.cc')
-rw-r--r--storage/innobase/trx/trx0sys.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/trx/trx0sys.cc b/storage/innobase/trx/trx0sys.cc
index 3064645f556..bcde969eb41 100644
--- a/storage/innobase/trx/trx0sys.cc
+++ b/storage/innobase/trx/trx0sys.cc
@@ -192,7 +192,7 @@ trx_sysf_create(
/* Create the first rollback segment in the SYSTEM tablespace */
slot_no = trx_sys_rseg_find_free(block);
buf_block_t* rblock = trx_rseg_header_create(fil_system.sys_space,
- slot_no, block, mtr);
+ slot_no, 0, block, mtr);
ut_a(slot_no == TRX_SYS_SYSTEM_RSEG_ID);
ut_a(rblock->page.id() == page_id_t(0, FSP_FIRST_RSEG_PAGE_NO));