summaryrefslogtreecommitdiff
path: root/mysql-test/t/insert_notembedded.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/insert_notembedded.test')
-rw-r--r--mysql-test/t/insert_notembedded.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/insert_notembedded.test b/mysql-test/t/insert_notembedded.test
index 24040f9c310..baf6a9a28a3 100644
--- a/mysql-test/t/insert_notembedded.test
+++ b/mysql-test/t/insert_notembedded.test
@@ -174,7 +174,7 @@ connection default;
# we must wait till the insert opens and locks the table
let $wait_condition=
select count(*) = 1 from information_schema.processlist
- where state = "Locked" and id = $ID;
+ where state = "Table lock" and id = $ID;
--source include/wait_condition.inc
connect (select,localhost,root,,);
--echo connection: select