diff options
Diffstat (limited to '')
-rw-r--r-- | mysql-test/main/delayed.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/delayed.test b/mysql-test/main/delayed.test index 38c3de9a..36f2b665 100644 --- a/mysql-test/main/delayed.test +++ b/mysql-test/main/delayed.test @@ -437,7 +437,7 @@ SELECT * FROM t1 WHERE a=0; connection con1; --echo # Sending: ---send ALTER TABLE t1 MODIFY a INT UNSIGNED; +--send ALTER TABLE t1 MODIFY a INT UNSIGNED, LOCK=SHARED; connection default; --echo # Wait until ALTER TABLE is blocked on table 't1'. |