Merge branch 'master' into dev

This commit is contained in:
Cloud Wu
2014-12-11 10:53:04 +08:00

View File

@@ -120,6 +120,8 @@ function mongo.client( conf )
local obj = {
host = first.host,
port = first.port or 27017,
username = first.username,
password = first.password,
}
obj.__id = 0