summaryrefslogtreecommitdiff
path: root/mysql-test/r/bdb-deadlock.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/bdb-deadlock.result')
-rw-r--r--mysql-test/r/bdb-deadlock.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/bdb-deadlock.result b/mysql-test/r/bdb-deadlock.result
index c5871ff282a..9394c90ff00 100644
--- a/mysql-test/r/bdb-deadlock.result
+++ b/mysql-test/r/bdb-deadlock.result
@@ -9,7 +9,7 @@ set autocommit=0;
update t2 set x = 1 where id = 0;
select x from t1 where id = 0;
select x from t2 where id = 0;
-ERROR 40001: Deadlock found when trying to get lock; Try restarting transaction
+ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
commit;
x
1