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

Commit d02c94c8 by York.Gu

bug fix: queryType error in write pool

1 parent e5dd1561
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!