mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
fix sporadic versioning.rpl_row failures
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
--echo # MDEV-25347 DML events for auto-partitioned tables are written into binary log twice
|
--echo # MDEV-25347 DML events for auto-partitioned tables are written into binary log twice
|
||||||
--echo #
|
--echo #
|
||||||
flush binary logs;
|
flush binary logs;
|
||||||
|
--source include/wait_for_binlog_checkpoint.inc
|
||||||
create table t1 (a int) with system versioning
|
create table t1 (a int) with system versioning
|
||||||
partition by system_time limit 1 auto;
|
partition by system_time limit 1 auto;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user