diff --git a/NEWINSTALL b/NEWINSTALL deleted file mode 100644 index 8b137891..00000000 --- a/NEWINSTALL +++ /dev/null @@ -1 +0,0 @@ - diff --git a/gluon/dal.py b/gluon/dal.py index 6b012aa4..08c15045 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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):