X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FReplicated.pm;h=c7b1f294578b2f9e86c0d8a9c5fa8e7ce1f8f9c0;hb=0180bef9e132569a564a1171c6dfb318a2f6de27;hp=62343aaab319e15dad72f3fcada459560a86a2ab;hpb=ccb3b89791c33332a735a73e744f02942665f3ba;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm index 62343aa..c7b1f29 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated.pm @@ -309,6 +309,7 @@ has 'write_handler' => ( txn_scope_guard sth deploy + with_deferred_fk_checks reload_row _prep_for_execute @@ -449,8 +450,6 @@ inserted something and need to get a resultset including it, etc. =cut -use Benchmark; - sub execute_reliably { my ($self, $coderef, @args) = @_;