Server version: 10.2.21-MariaDB-log MariaDB Server MariaDB [(none)]> SHOW BINLOG EVENTS; +--------------------+------+-------------------+-----------+-------------+------------------------------------------------+ | Log_name | Pos | Event_type | Server_id | End_log_pos | Info | +--------------------+------+-------------------+-----------+-------------+------------------------------------------------+ | tossanc-bin.000001 | 4 | Format_desc | 10221 | 256 | Server ver: 10.2.21-MariaDB-log, Binlog ver: 4 | | tossanc-bin.000001 | 256 | Start_encryption | 10221 | 296 | | | tossanc-bin.000001 | 296 | Gtid_list | 10221 | 325 | [] | | tossanc-bin.000001 | 325 | Binlog_checkpoint | 10221 | 370 | tossanc-bin.000001 | | tossanc-bin.000001 | 370 | Gtid | 10221 | 412 | BEGIN GTID 0-10221-1 | | tossanc-bin.000001 | 412 | Annotate_rows | 10221 | 472 | insert into tab1 values (1,'row 001') | | tossanc-bin.000001 | 472 | Table_map | 10221 | 522 | table_id: 19 (test.tab1) | | tossanc-bin.000001 | 522 | Write_rows_v1 | 10221 | 568 | table_id: 19 flags: STMT_END_F | | tossanc-bin.000001 | 568 | Xid | 10221 | 599 | COMMIT /* xid=22 */ | | tossanc-bin.000001 | 599 | Gtid | 10221 | 641 | BEGIN GTID 0-10221-2 | | tossanc-bin.000001 | 641 | Annotate_rows | 10221 | 701 | insert into tab1 values (2,'row 002') | | tossanc-bin.000001 | 701 | Table_map | 10221 | 751 | table_id: 19 (test.tab1) | | tossanc-bin.000001 | 751 | Write_rows_v1 | 10221 | 797 | table_id: 19 flags: STMT_END_F | | tossanc-bin.000001 | 797 | Xid | 10221 | 828 | COMMIT /* xid=23 */ | | tossanc-bin.000001 | 828 | Gtid | 10221 | 870 | BEGIN GTID 0-10221-3 | | tossanc-bin.000001 | 870 | Annotate_rows | 10221 | 930 | insert into tab1 values (3,'row 003') | | tossanc-bin.000001 | 930 | Table_map | 10221 | 980 | table_id: 19 (test.tab1) | | tossanc-bin.000001 | 980 | Write_rows_v1 | 10221 | 1026 | table_id: 19 flags: STMT_END_F | | tossanc-bin.000001 | 1026 | Xid | 10221 | 1057 | COMMIT /* xid=24 */ | +--------------------+------+-------------------+-----------+-------------+----------------------------------------