不要怂,就是干,撸起袖子干!

You need to sign in or sign up before continuing.
Commit 722de15c by Zolmeister

fixed write pooling release. This makes writes work for master/slave MySQL setups

1 parent 96e79ab5
Showing with 1 additions and 1 deletions
......@@ -108,7 +108,7 @@ module.exports = (function() {
create: function (done) {
connect.call(self, function (err, connection) {
if (connection) {
connection.queryType = 'read'
connection.queryType = 'write'
}
done(err, connection)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!