Added missing reset_changed()
Causes valgrind warnings, harmless otherwise. Part of MDEV-14984 - regression in connect performance
This commit is contained in:
parent
88961a28e2
commit
9d805004d8
@ -354,6 +354,7 @@ bool Session_sysvars_tracker::enable(THD *thd)
|
||||
m_parsed= false;
|
||||
m_enabled= thd->variables.session_track_system_variables &&
|
||||
*thd->variables.session_track_system_variables;
|
||||
reset_changed();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user