Begin handling deadlock errors.
commit43892ada25c98170368db1313394bc118a3c87b6
authordormando <dormando@f67b2e87-0811-0410-a7e0-dd94e48410d6>
Sun, 15 Nov 2009 05:47:43 +0000 (15 05:47 +0000)
committerdormando <dormando@f67b2e87-0811-0410-a7e0-dd94e48410d6>
Sun, 15 Nov 2009 05:47:43 +0000 (15 05:47 +0000)
tree3d5790dc9e1c03fa2371161b5e0ba12a035beea5
parent3ad5e7e4392a0a8e15567395084d8d21d237314f
Begin handling deadlock errors.

Unfortunately handling this correctly is completely different depending
on whether or not RaiseError is enabled. Which it is for everything but
mysql... So we must now update all callers to handle RaiseError correctly.

git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1349 f67b2e87-0811-0410-a7e0-dd94e48410d6
lib/MogileFS/Store.pm
lib/MogileFS/Store/MySQL.pm
lib/MogileFS/Store/Postgres.pm
lib/MogileFS/Store/SQLite.pm