• Ramil Kalimullin's avatar
    Fix for bug #40757: Starting server on Windows with · f6017fc4
    Ramil Kalimullin authored
    innodb_flush_method=wrong_value causes crash
    
    Problem: after a failed plugin initialization, incompletely 
    initialized data remained in the plugin and handlerton data 
    structures. These were used later and caused the crash.
    
    Fix: clean-up plugin related data if initialization failed.
    
    Note: no test case added, hand tested.
    f6017fc4
handler.cc 138 KB