Skip to content
Permalink
Browse files
Backported setting of transcation.on=1 in THD::reset_for_reuse()
This is to ensure code in 10.4 and 10.5 is logically identical for this
variable
  • Loading branch information
montywi committed Sep 25, 2020
1 parent a50ce94 commit 920824c
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1640,6 +1640,7 @@ void THD::reset_for_reuse()
abort_on_warning= 0;
free_connection_done= 0;
m_command= COM_CONNECT;
transaction.on= 1;
#if defined(ENABLED_PROFILING)
profiling.reset();
#endif

0 comments on commit 920824c

Please sign in to comment.