diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-02-20 12:40:21 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-02-20 12:40:21 +0300 |
commit | fca241584f7c80adbc420955dd569db05f37c5bb (patch) | |
tree | 1d3c315024c2557bae5d03386853272310ae55ed /mysql-test/t/debug_sync.test | |
parent | c42767e52ebd6b61556dde6ba43a90a8e46c241e (diff) | |
parent | f027e4e00f0c4ecef89b635ae2ab1e48eb076bff (diff) | |
download | mariadb-git-fca241584f7c80adbc420955dd569db05f37c5bb.tar.gz |
Auto-merge from mysql-next-mr.
Diffstat (limited to 'mysql-test/t/debug_sync.test')
-rw-r--r-- | mysql-test/t/debug_sync.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/debug_sync.test b/mysql-test/t/debug_sync.test index 514e471b603..ebeeec61632 100644 --- a/mysql-test/t/debug_sync.test +++ b/mysql-test/t/debug_sync.test @@ -390,7 +390,7 @@ DROP TABLE IF EXISTS t1; # # Test. CREATE TABLE t1 (c1 INT); -LOCK TABLE t1 WRITE; +LOCK TABLE t1 READ; --echo connection con1 connect (con1,localhost,root,,); # Retain action after use. First used by general_log. |