Skip to content

Commit cf3fae6

Browse files
committed
Bug #24976897: UNINITIALIZED MEMBER M_CURRENT_STAGE_KEY IN THD.
Seen after WL#9457 when running tests making use of the query cache.
1 parent f6d869f commit cf3fae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/sql_class.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,7 @@ THD::THD(bool enable_plugins)
10611061
initial_status_var(NULL),
10621062
status_var_aggregated(false),
10631063
query_plan(this),
1064+
m_current_stage_key(0),
10641065
current_mutex(NULL),
10651066
current_cond(NULL),
10661067
in_sub_stmt(0),

0 commit comments

Comments
 (0)