ley -> key

This commit is contained in:
BuhtigithuB
2014-05-04 12:12:18 -04:00
parent 50438075b6
commit 32ef767ed0

View File

@@ -2675,7 +2675,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):