aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/adapter_leasing_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* AR::ConPool - establish connections outside of critical section.thedarkone2015-05-141-1/+1
|
* AR::ConPool - reduce post checkout critical section.thedarkone2015-05-141-1/+3
| | | | Move post checkout connection verification out of mutex.synchronize.
* Rearrange deck chairs on the titanic. Organize connection handling test cases.Jeremy Kemper2014-04-211-0/+54