Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/plugins/deadlock_retry/README

Revision 3046, 397 bytes (checked in by minam, 3 years ago)

Make deadlock-retry plugin work with recent changes to MySQL error messages

Line 
1 Deadlock Retry
2 ==============
3
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.
7
8 This capability is automatically added to ActiveRecord. No code changes or otherwise are required.
9
10 Copyright (c) 2005 Jamis Buck, released under the MIT license
Note: See TracBrowser for help on using the browser.