1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:14:43 -07:00
go/src/database/sql
Marko Tiikkaja 9371babdd8 database/sql: Remove unnecessary call to maybeOpenNewConnections
numCanOpen will never be larger than 0 in maybeOpenNewConnections() when this
code path is taken, so no new connections can ever be opened.

Change-Id: Id1302e8d9afb3a67be61b5e738fe07ef81d20fe0
Reviewed-on: https://go-review.googlesource.com/1550
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2014-12-24 02:39:12 +00:00
..
driver
convert_test.go
convert.go
doc.txt
example_test.go
fakedb_test.go database/sql: make TestDrivers not crash on second run 2014-10-31 09:49:42 -07:00
sql_test.go
sql.go database/sql: Remove unnecessary call to maybeOpenNewConnections 2014-12-24 02:39:12 +00:00