aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/vendor/mysql.rb
Commit message (Expand)AuthorAgeFilesLines
* mysql.rb ignores IOError in finalizer when socket is already closedJeremy Kemper2007-02-261-1/+5
* Ruby 1.8.6 compatibility.Jeremy Kemper2007-02-221-3/+3
* If only life was that simple (it didnt help)David Heinemeier Hansson2006-12-011-8/+2
* Replace the elaborate reloading connection checking scheme, just fix the Ruby...David Heinemeier Hansson2006-12-011-2/+8
* Fixed the Ruby/MySQL adapter we ship with Active Record to work with the new ...David Heinemeier Hansson2006-09-041-5/+20
* MySQL: fixes for the bundled mysql.rb driver. References #3160.Jeremy Kemper2005-12-101-8/+9
* Fix bundled mysql.rb to correctly check for PROTO_41. Fixed scramble41 with ...Jeremy Kemper2005-12-091-43/+37
* r3886@sedna: jeremy | 2005-11-07 03:09:59 -0800Jeremy Kemper2005-11-091-12/+89
* Fixed "connection lost" issue with the bundled Ruby/MySQL driver (would kill ...David Heinemeier Hansson2005-09-111-0/+6
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-011-1/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+1117