• Sachin Agarwal's avatar
    Bug #26805833 INNODB COMPLAINS OF SYNTAX ERROR, BUT DOES NOT SAY WHICH OPTION · b7e333f9
    Sachin Agarwal authored
    Problem:
    
    when incorrect value is assigned to innodb_data_file_path or
    innodb_temp_data_file_path parameter, Innodb returns error and logs error
    message in mysqlds.err file but there is no information in error message about
    the parameter which causes Innodb initialization is failed.
    
    Fix:
    
    Added error message with parameter name and value, which causes Innodb
    initialization is failed.
    
    Reviewed by: Jimmy <Jimmy.Yang@oracle.com>
    RB: 18206
    b7e333f9
temporary_table.test 12.2 KB