Commit 167c0c3
wsrep_init_thd_for_schema: initialize THD::thr_create_utime
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.1 parent 63620ca commit 167c0c3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
| 724 | + | |
724 | 725 | | |
725 | 726 | | |
726 | 727 | | |
| |||
0 commit comments