mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
0.6: truncate history feature [closes #96]
This commit is contained in:
7
mysql-test/suite/versioning/r/truncate_innodb_rpl.result
Normal file
7
mysql-test/suite/versioning/r/truncate_innodb_rpl.result
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user