badmfck-api-server 2.1.7 → 2.1.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -150,7 +150,8 @@ class MysqlService extends BaseService_1.BaseService {
|
|
150
150
|
database: this.options.database,
|
151
151
|
port: this.options.port,
|
152
152
|
connectionLimit: this.options.connectionLimit,
|
153
|
-
queueLimit: 10
|
153
|
+
queueLimit: 10,
|
154
|
+
multipleStatements: true
|
154
155
|
});
|
155
156
|
}
|
156
157
|
catch (e) {
|