Take out the session level isolation level for mysql - our per transaction calls...
authorGreg Sabino Mullane <greg@endpoint.com>
Sat, 12 Apr 2014 17:58:52 +0000 (13:58 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Sat, 12 Apr 2014 17:58:52 +0000 (13:58 -0400)
Bucardo.pm

index 845d46cdf0e7df50d50a102df25277039c9a5728..0430c3ec421f15720f3c7533c4be497a49da837b 100644 (file)
@@ -2703,8 +2703,6 @@ sub start_kid {
 
             elsif ($x->{dbtype} eq 'mysql' or $x->{dbtype} eq 'mariadb') {
 
-                ## Serialize for this session
-                $xdbh->do('SET SESSION TRANSACTION ISOLATION LEVEL SERIALIZABLE');
                 ## ANSI mode: mostly because we want ANSI_QUOTES
                 $xdbh->do(q{SET sql_mode = 'ANSI'});
                 ## Use the same time zone everywhere