aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/explain_test.rb
Commit message (Expand)AuthorAgeFilesLines
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Go through normal `where` logic when preloading associationsSean Griffin2014-12-261-1/+1
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* all tests passing on mysql2Aaron Patterson2014-04-091-3/+3
* Fix warnings on mysql2 explain testCarlos Antonio da Silva2013-12-101-3/+3
* Support MySQL 5.7 explainYasuo Honda2013-12-101-3/+3
* add the query to AR::Relation#explain outputXavier Noria2011-11-251-0/+3
* implements AR::Relation#explainXavier Noria2011-11-051-0/+23