Commit b8e5fd44 authored by Zardosht Kasheff's avatar Zardosht Kasheff

[t:4297], fix result file

git-svn-id: file:///svn/mysql/tests/mysql-test@41797 c7de825b-a66e-492c-adef-691d508d4ae1
parent 773c12c0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment