summaryrefslogtreecommitdiff
path: root/mysql-test/r/xa.result
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2008-10-21 19:02:26 -0200
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2008-10-21 19:02:26 -0200
commit07b7261a702c4721817881476732d8e514afced0 (patch)
tree7d91a79f9380a3d5ab927e090004c51d1a550f50 /mysql-test/r/xa.result
parent41dd7b6b92ce8e3c2ccb5aa9ebeef12be746793e (diff)
downloadmariadb-git-07b7261a702c4721817881476732d8e514afced0.tar.gz
Post-merge fix: drop table at the end of test.
mysql-test/r/xa.result: Update test case result. mysql-test/t/xa.test: Drop table used for test.
Diffstat (limited to 'mysql-test/r/xa.result')
-rw-r--r--mysql-test/r/xa.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/xa.result b/mysql-test/r/xa.result
index 25d09f59247..592cf07522b 100644
--- a/mysql-test/r/xa.result
+++ b/mysql-test/r/xa.result
@@ -73,4 +73,5 @@ xa end 'a','c';
ERROR XA102: XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected
xa rollback 'a','c';
xa start 'a','c';
+drop table t1;
End of 5.0 tests