File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -336,9 +336,9 @@ def _populate1(
336
336
fetched_data , ignore_iterable_order = False
337
337
)[fetched_data ]
338
338
computed_result = next (gen ) # perform the computation
339
- gen = make (dict (key ), ** (make_kwargs or {})) # restart make
340
339
# fetch and insert inside a transaction
341
340
self .connection .start_transaction ()
341
+ gen = make (dict (key ), ** (make_kwargs or {})) # restart make
342
342
fetched_data = next (gen )
343
343
if (
344
344
fetch_hash
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ def query(
349
349
except errors .LostConnectionError :
350
350
if not reconnect :
351
351
raise
352
- logger .warning ("MySQL server has gone away. Reconnecting to the server." )
352
+ logger .warning ("Reconnecting to MySQL server." )
353
353
connect_host_hook (self )
354
354
if self ._in_transaction :
355
355
self .cancel_transaction ()
You can’t perform that action at this time.
0 commit comments