Skip to content

Commit 29e36bc

Browse files
committed
Merge pull request mysqljs#601 from nanek/fix-readme
Fixes mysqljs#599 Updates readme.
2 parents 9c7d827 + a3b824d commit 29e36bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
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)