diff options
Diffstat (limited to 'mysql-test/main/innodb_mysql_lock2.test')
-rw-r--r-- | mysql-test/main/innodb_mysql_lock2.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/main/innodb_mysql_lock2.test b/mysql-test/main/innodb_mysql_lock2.test index f319fe23568..b983fd8dc7a 100644 --- a/mysql-test/main/innodb_mysql_lock2.test +++ b/mysql-test/main/innodb_mysql_lock2.test @@ -261,8 +261,7 @@ let $statement= show keys from t1; --echo # statement-by-statement) and thanks to MVCC we can always get --echo # versions of rows prior to the update that has locked them. --echo # But in practice InnoDB does locking reads for all statements ---echo # other than SELECT (unless it is a READ-COMITTED mode or ---echo # innodb_locks_unsafe_for_binlog is ON). +--echo # other than SELECT (unless READ UNCOMMITTED or READ COMMITTED). let $statement= call p1((select i + 5 from t1 where i = 1)); let $wait_statement= $statement; --source include/check_shared_row_lock.inc |