1
0
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:
Sergei Golubchik
2022-06-15 22:13:13 +02:00
parent f50c130eee
commit 152921174d

View File

@@ -4,6 +4,7 @@
--echo # MDEV-25347 DML events for auto-partitioned tables are written into binary log twice
--echo #
flush binary logs;
--source include/wait_for_binlog_checkpoint.inc
create table t1 (a int) with system versioning
partition by system_time limit 1 auto;