mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
#5001 add test result file refs[t:5001]
git-svn-id: file:///svn/mysql/tests/mysql-test@44365 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
b53efdb124
commit
f2351cbb23
1 changed files with 13 additions and 0 deletions
13
mysql-test/suite/rpl/r/tokudb_innodb_xa_crash.result
Normal file
13
mysql-test/suite/rpl/r/tokudb_innodb_xa_crash.result
Normal file
|
@ -0,0 +1,13 @@
|
|||
include/master-slave.inc
|
||||
[connection master]
|
||||
CREATE TABLE t1(`a` INT) ENGINE=TokuDB;
|
||||
CREATE TABLE t2(`a` INT) ENGINE=InnoDB;
|
||||
begin;
|
||||
insert into t1 values (1);
|
||||
insert into t2 values (1);
|
||||
commit;
|
||||
TABLES t1 and t2 must be equal otherwise an error will be thrown.
|
||||
include/diff_tables.inc [master:test.t1, slave:test.t1]
|
||||
include/diff_tables.inc [master:test.t2, slave:test.t2]
|
||||
drop table t1,t2;
|
||||
include/rpl_end.inc
|
Loading…
Reference in a new issue