- Notifications
You must be signed in to change notification settings - Fork18.4k
Commitd905670
[release-branch.go1.2] database/sql: Use all connections in pool
««« CL 40410043 / 8a7ac002f840database/sql: Use all connections in poolThe last connection in the pool was not being handed out correctly.R=golang-codereviews, gobot, bradfitzCC=golang-codereviewshttps://golang.org/cl/40410043»»»LGTM=rR=golang-codereviews, rCC=golang-devhttps://golang.org/cl/688200441 parent402d359 commitd905670
2 files changed
+25
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
620 | 620 |
| |
621 | 621 |
| |
622 | 622 |
| |
623 |
| - | |
624 |
| - | |
| 623 | + | |
| 624 | + | |
625 | 625 |
| |
626 | 626 |
| |
627 | 627 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1005 | 1005 |
| |
1006 | 1006 |
| |
1007 | 1007 |
| |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
1008 | 1031 |
| |
1009 | 1032 |
| |
1010 | 1033 |
| |
|
0 commit comments
Comments
(0)