Commit 210510f4 authored by Vasil Dimov's avatar Vasil Dimov

Fix typo in comment.

parent 15a5839c
......@@ -32,7 +32,7 @@ LOCK TABLE bug38231 WRITE;
# connection that has been released, otherwise it will wait forever. We assume
# that the released connection will be the first one that has gained the LOCK,
# thus we force the order here - con2 does LOCK first, then con3. In other
# words we wait for LOCK from con2 above to be exected before doing LOCK in
# words we wait for LOCK from con2 above to be executed before doing LOCK in
# con3.
-- connection con1
let $wait_condition =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment