You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
63620ca identfied that thr_create_utime
wasn't initialized and therefore couldn't be used origin copying
point for the initialization of other variables.
By replacing with a micotime_interval, we missed that the
THD has just been created, and thr_create_utime should be set too.
This hasn't hit any MSAN errors so far but its possible to access
thr_create_utime in some codepath so lets initialize it.
0 commit comments