diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2008-10-21 19:02:26 -0200 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2008-10-21 19:02:26 -0200 |
commit | 07b7261a702c4721817881476732d8e514afced0 (patch) | |
tree | 7d91a79f9380a3d5ab927e090004c51d1a550f50 /mysql-test/t/xa.test | |
parent | 41dd7b6b92ce8e3c2ccb5aa9ebeef12be746793e (diff) | |
download | mariadb-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/t/xa.test')
-rw-r--r-- | mysql-test/t/xa.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/xa.test b/mysql-test/t/xa.test index 8f408fb1eda..591d7ac2c4d 100644 --- a/mysql-test/t/xa.test +++ b/mysql-test/t/xa.test @@ -116,5 +116,6 @@ xa start 'a','c'; --disconnect con1 --disconnect con3 --connection default +drop table t1; --echo End of 5.0 tests |