mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
63620ca6d8 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.
56 KiB
56 KiB