Commit f21668a9 authored by unknown's avatar unknown

Add missing semicolon to wait_timeout test


mysql-test/t/wait_timeout.test:
  Add missing semicolon
parent 12a6874a
......@@ -55,7 +55,7 @@ select 2;
select 3;
# Disconnect so that we will not be confused by a future abort from this
# connection.
disconnect default
disconnect default;
#
# Do the same test as above on a TCP connection
......
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