]> Cypherpunks repositories - gostls13.git/commit
undo CL 10726044 / c9bea548fb6f
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 30 Aug 2013 00:26:00 +0000 (17:26 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 30 Aug 2013 00:26:00 +0000 (17:26 -0700)
commit9456adb36b3731e1e4accadddd7cd2abf5a911b8
treeca24ce0d539571c5820e3c0ac226d8f4660f0c55
parent4572e4848364b6098b565a2ef480e9b4e8ff5977
undo CL 10726044 / c9bea548fb6f

Breaks build, and has a race.

««« original CL description
database/sql: add SetMaxOpenConns

Update #4805

Add the ability to set an open connection limit.
Fixed case where the Conn finalCloser was being called with db.mu locked.
Added seperate benchmarks for each path for Exec and Query.
Replaced slice based idle pool with list based idle pool.

R=bradfitz
CC=golang-dev
https://golang.org/cl/10726044

»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/13252046
src/pkg/database/sql/fakedb_test.go
src/pkg/database/sql/sql.go
src/pkg/database/sql/sql_test.go