summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_lock.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/ndb_lock.result')
-rw-r--r--mysql-test/r/ndb_lock.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ndb_lock.result b/mysql-test/r/ndb_lock.result
index 44eb5c8b3f3..9057731c3f4 100644
--- a/mysql-test/r/ndb_lock.result
+++ b/mysql-test/r/ndb_lock.result
@@ -121,7 +121,7 @@ select * from t1 where x = 1 for update;
x y z
1 one 1
select * from t1 where x = 2 for update;
-ERROR HY000: Lock wait timeout exceeded; try restarting transaction
+Got one of the listed errors
rollback;
commit;
begin;