aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/statement_pool_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove `@connection` in `StatementPool`Ryuta Kamizono2015-09-201-1/+1
* make it possible to run AR tests with bin/testYves Senn2015-06-111-16/+12
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-12/+12
* LRU cache in mysql and sqlite are now per-process caches.Aaron Patterson2011-09-071-0/+23