We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ee3e9 commit fdea36dCopy full SHA for fdea36d
1 file changed
tornado_mysql/pools.py
@@ -111,6 +111,7 @@ def begin(self):
111
:rtype: Future
112
"""
113
conn = yield self._get_conn()
114
+ yield conn.begin()
115
trx = Transaction(self, conn)
116
raise Return(trx)
117
0 commit comments