diff options
author | unknown <mskold@mysql.com> | 2004-07-19 10:31:55 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2004-07-19 10:31:55 +0200 |
commit | 149b70dc5784af6142c7aa2043dccccceff97430 (patch) | |
tree | 94313675515c8dceda087d480e8470931b212f7f /mysql-test/r/ndb_transaction.result | |
parent | d590b04708aabaff242aa292ec7a5e6daeefa91a (diff) | |
download | mariadb-git-149b70dc5784af6142c7aa2043dccccceff97430.tar.gz |
Removed timeout tests
Diffstat (limited to 'mysql-test/r/ndb_transaction.result')
-rw-r--r-- | mysql-test/r/ndb_transaction.result | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mysql-test/r/ndb_transaction.result b/mysql-test/r/ndb_transaction.result index 886fc0f71a0..405cd1d776a 100644 --- a/mysql-test/r/ndb_transaction.result +++ b/mysql-test/r/ndb_transaction.result @@ -192,26 +192,6 @@ count(*) select count(*) from t4; count(*) 0 -ERROR HY000: Lock wait timeout exceeded; try restarting transaction -select count(*) from t2; -count(*) -0 -select count(*) from t3; -count(*) -0 -select count(*) from t4; -count(*) -0 -ERROR HY000: Lock wait timeout exceeded; try restarting transaction -select count(*) from t2; -count(*) -0 -select count(*) from t3; -count(*) -0 -select count(*) from t4; -count(*) -0 select count(*) from t2; count(*) 100 |