1
0
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:
unknown
2006-10-05 12:41:26 +02:00
parent 679a13feeb
commit a4b13f10f5

View File

@ -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