diff options
author | unknown <ram@mysql.r18.ru> | 2002-11-12 19:21:11 +0400 |
---|---|---|
committer | unknown <ram@mysql.r18.ru> | 2002-11-12 19:21:11 +0400 |
commit | ccf7226c2759bf6549c2cdd615ef55e95318520b (patch) | |
tree | 9554f1b3bb1e49fd2fc11a651de8564c3eaf90b1 /mysql-test/t/bdb-deadlock.test | |
parent | 86f1a1e0d05cb262ccf64e503ca14595adbd2886 (diff) | |
download | mariadb-git-ccf7226c2759bf6549c2cdd615ef55e95318520b.tar.gz |
bdb-deadlock test: added reap commands
Diffstat (limited to 'mysql-test/t/bdb-deadlock.test')
-rw-r--r-- | mysql-test/t/bdb-deadlock.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/bdb-deadlock.test b/mysql-test/t/bdb-deadlock.test index 27fcb5c6149..5ecfe592ce4 100644 --- a/mysql-test/t/bdb-deadlock.test +++ b/mysql-test/t/bdb-deadlock.test @@ -35,9 +35,11 @@ select x from t2 where id = 0; connection con2; --error 1213 +reap; commit; connection con1; +reap; commit; connection con2; |