[t:4297], fix result file

git-svn-id: file:///svn/mysql/tests/mysql-test@41797 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2012-04-12 11:28:10 +00:00
parent 773c12c077
commit b8e5fd44c4

View file

@ -7,8 +7,6 @@ a
1
xa end 'a','ab';
xa prepare 'a','ab';
Warnings:
Warning 1031 Table storage engine for 'TokuDB' doesn't have this option
xa commit 'a','ab';
select * from t1;
a
@ -21,8 +19,6 @@ a
2
xa end 'a','ab';
xa prepare 'a','ab';
Warnings:
Warning 1031 Table storage engine for 'TokuDB' doesn't have this option
xa rollback 'a','ab';
select * from t1;
a