[MDEV-29741] SHOW BINLOG EVENTS shows garbage with system_versioning_insert_history=on Created: 2022-10-07  Updated: 2022-10-26  Resolved: 2022-10-26

Status: Closed
Project: MariaDB Server
Component/s: Replication, Variables
Affects Version/s: N/A
Fix Version/s: 10.11.1

Type: Bug Priority: Critical
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Problem/Incident
is caused by MDEV-16546 System versioning setting to allow hi... Closed
Relates
relates to MDEV-16029 mysqldump: dump and restore historica... Closed
relates to MDEV-29732 mysqlbinlog produces syntactically in... Closed

 Description   

Hopefully it's a the same problem as MDEV-29732

--source include/have_log_bin.inc
 
set system_versioning_insert_history=1;
 
CREATE TABLE t (a INT);
SHOW BINLOG EVENTS;
 
DROP TABLE t;

bb-10.11-MDEV-16546 2b1d32429

master-bin.000001	329	Gtid	1	371	GTID 0-1-1
master-bin.000001	371	Query	1	469	use `test`; se; CREATE TABLE t (a INT)


Generated at Thu Feb 08 10:10:56 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.