Description
Syntax error. Line 1694 should end with a comma, not a semicolon.
Index: mysql/vcl.sql
===================================================================
— mysql/vcl.sql (revision 1178496)
+++ mysql/vcl.sql (working copy)
@@ -1691,7 +1691,7 @@
INSERT INTO `usergroupmembers` (`userid`, `usergroupid`) VALUES
(1, 1),
(1, 3),
-(1, 4);
+(1, 4),
(1, 5);
–