• unknown's avatar
    Cleanup execute_ddl_log_recovery() to not generate an error if · 6dd04c22
    unknown authored
    there is nothing to recover.
    
    Discovered while working on Bug#12713
    
    
    sql/sql_table.cc:
      Use MYF(0) in my_open() in read_ddl_log_header() called from
      execute_ddl_log_recovery() called during the server start up to not
      generate an error if no ddl log exists. This is not an erroneous situation,
      in fact it's the case in any server statrtup. The error was lost
      anyway, since it was pushed into the stack of the artificial thd.
    6dd04c22
sql_table.cc 221 KB