• Aditya A's avatar
    Bug#12762390 SHOW INNODB STATUS REPORTS NON-FK · 96ae8409
    Aditya A authored
                 ERRORS IN THE FK SECTION
    
    ANALYSIS
    --------
    
    Any error during the renaming of the table was 
    incorrectly logged in the dict_foreign_err_file
    and it showed up in foreign key section when
    we give the query "show engine innodb status".
    
    FIX
    ---
    Prevent renaming error from being logged in 
    dict_foreign_err_file section.  
    
    [Aprooved by marko #rb 2501 ]
    96ae8409
ha_innodb.cc 348 KB