From 4faad7a7ad1dd0ba84dec6ec5f2a798ef296e80a Mon Sep 17 00:00:00 2001 From: vasil Date: Wed, 10 Mar 2010 07:16:50 +0000 Subject: [PATCH] branches/zip: Fix typo in comment --- mysql-test/innodb-consistent.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/innodb-consistent.test b/mysql-test/innodb-consistent.test index 5a7f4dc392d..bf829a74ea2 100644 --- a/mysql-test/innodb-consistent.test +++ b/mysql-test/innodb-consistent.test @@ -25,7 +25,7 @@ replace into t1 select * from t2; connection b; set session transaction isolation level read committed; set autocommit=0; -# should not cuase a lock wait. +# should not cause a lock wait. delete from t2 where a=5; commit; delete from t2; @@ -41,7 +41,7 @@ insert into t1 select * from t2; connection b; set session transaction isolation level read committed; set autocommit=0; -# should not cuase a lock wait. +# should not cause a lock wait. delete from t2 where a=5; commit; delete from t2;