1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge from mysql-5.0-5.1.29-rc into mysql-5.0-bugteam

This commit is contained in:
Davi Arnaut
2008-10-23 18:56:03 -02:00
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -116,5 +116,6 @@ xa start 'a','c';
--disconnect con1
--disconnect con3
--connection default
drop table t1;
--echo End of 5.0 tests