GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Deadlock Retry plugin
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/deadlock_retry.git
README
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