File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -364,9 +364,9 @@ connection.end(function(err) {
364
364
});
365
365
```
366
366
367
- This will make sure all previously enqueued queries are still before sending a
368
- ` COM_QUIT ` packet to the MySQL server. If a fatal error occurs before the
369
- ` COM_QUIT ` packet can be sent, an ` err ` argument will be provided to the
367
+ This will make sure all previously enqueued queries are still executed before
368
+ sending a ` COM_QUIT ` packet to the MySQL server. If a fatal error occurs before
369
+ the ` COM_QUIT ` packet can be sent, an ` err ` argument will be provided to the
370
370
callback, but the connection will be terminated regardless of that.
371
371
372
372
An alternative way to end the connection is to call the ` destroy() ` method.
You can’t perform that action at this time.
0 commit comments