4 Deadlock retry allows the database adapter (currently only tested with the
5 MySQLAdapter) to retry transactions that fall into deadlock. It will retry
6 such transactions three times before finally failing.
8 This capability is automatically added to ActiveRecord. No code changes or otherwise are required.
10 Copyright (c) 2005 Jamis Buck, released under the MIT license