projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fd62f9
)
Take out the session level isolation level for mysql - our per transaction calls...
author
Greg Sabino Mullane
<greg@endpoint.com>
Sat, 12 Apr 2014 17:58:52 +0000
(13:58 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Sat, 12 Apr 2014 17:58:52 +0000
(13:58 -0400)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index 845d46cdf0e7df50d50a102df25277039c9a5728..0430c3ec421f15720f3c7533c4be497a49da837b 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-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