mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Add missing semicolon
This commit is contained in:
@ -52,7 +52,7 @@ select 2;
|
|||||||
select 3;
|
select 3;
|
||||||
# Disconnect so that we will not be confused by a future abort from this
|
# Disconnect so that we will not be confused by a future abort from this
|
||||||
# connection.
|
# connection.
|
||||||
disconnect default
|
disconnect default;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Do the same test as above on a TCP connection
|
# Do the same test as above on a TCP connection
|
||||||
|
Reference in New Issue
Block a user