Bug#966844 "page size 1024 but the only supported page size in this release is=16384" error on upgrade to 5.5.2[01] Patch is from http://bugs.mysql.com/bug.php?id=64160 http://bugs.mysql.com/file.php?id=18031&text=1 By Kevin Lewis Adapted to Percona Server by Stewart Smith --- a/storage/innobase/srv/srv0start.c +++ b/storage/innobase/srv/srv0start.c @@ -925,8 +925,9 @@ #endif /* UNIV_LOG_ARCHIVE */ min_flushed_lsn, max_flushed_lsn); - if (UNIV_PAGE_SIZE - != fsp_flags_get_page_size(flags)) { + if (!one_opened + && UNIV_PAGE_SIZE + != fsp_flags_get_page_size(flags)) { ut_print_timestamp(stderr); fprintf(stderr,