Comment 3 for bug 1155156

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Re: Verify innodb_log_block_size mismatch diagnostics

XtraDB patches

 if (log_hdr_log_block_size != srv_log_block_size) {
  fprintf(stderr,
   "InnoDB: Error: The block size of ib_logfile (%lu) "
   "is not equal to innodb_log_block_size.\n"
   "InnoDB: Error: Suggestion - Recreate log files.\n",
   log_hdr_log_block_size);
  return(DB_ERROR);
 }

Since you report "No valid checkpoints instead", let's keep this bug open for checking if the above diagnostics happens too late on the server startup.