mariadb/storage/sequence
Sergei Golubchik aed5928207 cleanup: extract transaction-related part of handlerton
into a separate transaction_participant structure

handlerton inherits it, so handlerton itself doesn't change.
but entities that only need to participate in a transaction,
like binlog or online alter log, use a transaction_participant
and no longer need to pretend to be a full-blown but invisible
storage engine which doesn't support create table.
2024-11-05 14:00:50 -08:00
..
mysql-test/sequence MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
CMakeLists.txt MDEV-6894 Enable SEQUENCE engine by default 2014-12-04 10:41:52 +01:00
sequence.cc cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00