mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
[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:
parent
773c12c077
commit
b8e5fd44c4
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue