openstreetmap-website/vendor/plugins/deadlock_retry
2009-06-05 23:08:29 +00:00
..
lib Add an extra message to detect Postgres deadlocks. 2009-06-05 23:08:29 +00:00
test Update deadlock_retry plugin with latest upstream code. 2009-06-05 23:07:10 +00:00
init.rb Updating to use Rails 2.1.2. Moving the gem dependancies to the config/environment.rb file. Moving the vendor/plugins externals into our svn. 2008-10-28 20:42:48 +00:00
Rakefile Updating to use Rails 2.1.2. Moving the gem dependancies to the config/environment.rb file. Moving the vendor/plugins externals into our svn. 2008-10-28 20:42:48 +00:00
README Updating to use Rails 2.1.2. Moving the gem dependancies to the config/environment.rb file. Moving the vendor/plugins externals into our svn. 2008-10-28 20:42:48 +00:00

Deadlock Retry
==============

Deadlock retry allows the database adapter (currently only tested with the
MySQLAdapter) to retry transactions that fall into deadlock. It will retry
such transactions three times before finally failing.

This capability is automatically added to ActiveRecord. No code changes or otherwise are required.

Copyright (c) 2005 Jamis Buck, released under the MIT license