Merge branch 'BuhtigithuB-patch-6'

This commit is contained in:
mdipierro
2014-05-07 17:09:18 -05:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
+1 -1
View File
@@ -2682,7 +2682,7 @@ class MySQLAdapter(BaseAdapter):
self.execute("XA END;")
self.execute("XA PREPARE;")
def commit_prepared(self, ley):
def commit_prepared(self,key):
self.execute("XA COMMIT;")
def rollback_prepared(self,key):