Skip to content

Commit a3b824d

Browse files
committed
Fixes #599 Updates readme.
1 parent 9c7d827 commit a3b824d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ If you need to set session variables on the connection before it gets used,
220220
you can listen to the `connection` event.
221221

222222
```js
223-
pool.on('connection', function(err, connection) {
223+
pool.on('connection', function(connection) {
224224
connection.query('SET SESSION auto_increment_increment=1')
225225
});
226226
```

0 commit comments

Comments
 (0)