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:
10
mysql-test/suite/versioning/t/truncate_innodb_rpl.test
Normal file
10
mysql-test/suite/versioning/t/truncate_innodb_rpl.test
Normal file
@@ -0,0 +1,10 @@
|
||||
-- source include/have_binlog_format_row.inc
|
||||
-- source include/master-slave.inc
|
||||
-- source include/have_innodb.inc
|
||||
|
||||
create table t (a int) with system versioning engine=innodb;
|
||||
--error ER_VERS_NOT_ALLOWED
|
||||
truncate t for system_time all;
|
||||
drop table t;
|
||||
|
||||
-- source include/rpl_end.inc
|
||||
Reference in New Issue
Block a user