Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
-
None
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)
|
Attachments
Issue Links
- is caused by
-
MDEV-16546 System versioning setting to allow history modification
- Closed
- relates to
-
MDEV-16029 mysqldump: dump and restore historical data
- Closed
-
MDEV-29732 mysqlbinlog produces syntactically incorrect output with system_versioning_insert_history
- Closed