aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* switch over to Mysql2::Client#ping for the mysql2 connection checkBrian Lopez2011-02-121-4/+1
* mysql2 should log these sql statementsAaron Patterson2011-02-071-1/+1
* refactor a bunch of return / if to a case / whenAaron Patterson2011-02-031-4/+8
* add_limit_offset! is deprecatedAaron Patterson2011-02-031-0/+1
* just use the superclass implementationAaron Patterson2011-02-031-49/+0
* this method should never return nilAaron Patterson2011-02-021-1/+1
* just require mysql2Aaron Patterson2011-02-021-1/+1
* adding mysql2 adapterAaron Patterson2011-02-021-0/+657
* mysql2 adapter is being maintained in the mysql2 gem itselfBrian Lopez2010-08-231-644/+0
* adding FOUND_ROWS to the connect flags for mysql2Aaron Patterson2010-08-201-0/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* move mysql2 adapter into coreBrian Lopez2010-08-091-0/+639