Skip to content
  • Arun Kuruvila's avatar
    e8374b7a
    Bug#27302337: MYSQL ABORTS WITHOUT PROPER ERROR MESSAGE ON · e8374b7a
    Arun Kuruvila authored
                  STARTUP IF GRANT TABLES ARE CORRUPT
    
    Description: Mysql server aborts with improper error message
    while start up.
    
    Analysis: Incomplete error message is thrown to server error
    log if the server failed to initialize ACL/grant/time zones
    structures or failed to remove temporary table files during
    server start up.
    
    Fix: Appropriate error message is thrown to error log for
    the scenarios mentioned above. This issue is already fixed
    in 8.0+
    e8374b7a
    Bug#27302337: MYSQL ABORTS WITHOUT PROPER ERROR MESSAGE ON
    Arun Kuruvila authored
                  STARTUP IF GRANT TABLES ARE CORRUPT
    
    Description: Mysql server aborts with improper error message
    while start up.
    
    Analysis: Incomplete error message is thrown to server error
    log if the server failed to initialize ACL/grant/time zones
    structures or failed to remove temporary table files during
    server start up.
    
    Fix: Appropriate error message is thrown to error log for
    the scenarios mentioned above. This issue is already fixed
    in 8.0+
Loading