Skip to content
  • Andrei Elkin's avatar
    95904090
    Bug#14152637 - SID_MAP GLOBAL INITIALIZATION IS OUT OF SEQUENCE, CAUSE CRASHES · 95904090
    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.
    95904090
    Bug#14152637 - SID_MAP GLOBAL INITIALIZATION IS OUT OF SEQUENCE, CAUSE CRASHES
    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.
Loading