Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
Description
Description:
|
------------
|
This feature introduced one system table "information_schema.innodb_rseg" to
|
show the status of each of the rollback segments information.
|
https://github.com/alibaba/AliSQL/commit/0a4817fffcbfb0b1bad46122380d1cded6dfdce0
Attachments
Issue Links
- relates to
-
MDEV-11657 Cross-engine transaction metadata
-
- Open
-
-
MDEV-22343 Remove SYS_TABLESPACES and SYS_DATAFILES
-
- Closed
-
-
MDEV-25062 InnoDB read-write workload hits contention arising from rollback segment mutex
-
- Closed
-
plinux, I would prefer not to add this table, because in a future version of MariaDB, I would like to redesign the InnoDB undo logs. There would no longer be rseg_id, but instead I would try to have an .ibu undo log file for each .ibd file.
In the patch, the column zip_size should always be reported as 0. If we want this table in MariaDB (expecting the columns to be changed in a later release), I think that this column should be omitted, and the table name should be something else, such as innodb_undo or innodb_transaction_logs.