mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
7 lines
274 B
Text
7 lines
274 B
Text
include/master-slave.inc
|
|
[connection master]
|
|
create table t (a int) with system versioning engine=innodb;
|
|
truncate t for system_time all;
|
|
ERROR HY000: `TRUNCATE FOR SYSTEM_TIME with row-based replication` is not allowed for versioned table
|
|
drop table t;
|
|
include/rpl_end.inc
|