diff options
author | unknown <paul@kite-hub.kitebird.com> | 2004-06-15 15:38:36 -0500 |
---|---|---|
committer | unknown <paul@kite-hub.kitebird.com> | 2004-06-15 15:38:36 -0500 |
commit | b1cecee05509b6f8637eb13b5ad9dbf9e46aaab2 (patch) | |
tree | a8d725d2e34802763b29ee7f113e09157f8a172c /mysql-test/r/bdb-deadlock.result | |
parent | a35bd157733b419b042b7bb0d051840ce5383324 (diff) | |
download | mariadb-git-b1cecee05509b6f8637eb13b5ad9dbf9e46aaab2.tar.gz |
Language/consistency edits to error messages
and affected test results.
Diffstat (limited to 'mysql-test/r/bdb-deadlock.result')
-rw-r--r-- | mysql-test/r/bdb-deadlock.result | 2 |
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 |