1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-09 11:41:36 +03:00
Files
mariadb/sql/wsrep_schema.cc
Daniel Black 167c0c3663 wsrep_init_thd_for_schema: initialize THD::thr_create_utime
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.
2025-10-09 07:09:33 +03:00

56 KiB