mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Add missing semicolon
This commit is contained in:
parent
679a13feeb
commit
a4b13f10f5
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,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
|
||||
|
|
Loading…
Reference in a new issue