Skip to content

Commit

Permalink
In the old procs used on appveyor, the temp table data was leaking ac…
Browse files Browse the repository at this point in the history
…ross aborts because a mysql abort doesn't fully abort.
  • Loading branch information
jamadden committed Aug 17, 2019
1 parent 2fc647b commit 643fdcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/relstorage/tests/__init__.py
Expand Up @@ -290,6 +290,8 @@ def rollback_quietly(self, conn, cursor): # pylint:disable=unused-argument
if hasattr(conn, 'rollback'):
conn.rollback()

rollback_store_quietly = rollback_quietly

def rollback_and_close(self, conn, cursor):
self.rollback_quietly(conn, cursor)
if conn:
Expand Down

0 comments on commit 643fdcf

Please sign in to comment.