aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/explain_subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Let WITH (CTE) queries be explainableVladimir Kochnev2015-05-281-0/+5
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Don't try to EXPLAIN select_db callsDaniel Schierbeck2013-05-101-0/+5
* let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria]Xavier Noria2013-04-161-30/+29
* Don't explain except normal CRUD sql.kennyj2012-09-171-0/+7
* explain listener does not care about time, so use evented listenerAaron Patterson2012-06-201-5/+5
* let automatic EXPLAIN ignore CACHE notificationsXavier Noria2012-02-031-0/+48