1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Add missing semicolon after connect command

This commit is contained in:
msvensson@pilot.(none)
2007-06-01 13:39:54 +02:00
parent 91170035d9
commit fd1c544384
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ START SLAVE;
# Reconnect to master for new setting to take effect
disconnect master;
connect (master, localhost, root)
connect (master, localhost, root);
connection master;
CREATE TABLe `t1` (`f1` LONGTEXT) ENGINE=MyISAM;