-
Andrei Elkin authored
Automatic initialization of GTID global objects before main() should not have been designed in the first place. Apparently it hurts PS and can easily lead to crashes. Besides, the GTID objects' mutex, cond-var:s and locks were not associated with PS keys. Fixed with the objects explicit initialization and implementing associations with PS keys.
Andrei Elkin authoredAutomatic initialization of GTID global objects before main() should not have been designed in the first place. Apparently it hurts PS and can easily lead to crashes. Besides, the GTID objects' mutex, cond-var:s and locks were not associated with PS keys. Fixed with the objects explicit initialization and implementing associations with PS keys.
Loading