The error log message provides the tablespace ID and page number of the page with the invalid FIL_PAGE_TYPE value. Before MySQL 5.6, the page size was set to 16384 bytes at compilation time. FIL_PAGE_TYPE is de
bool is_group_relay_log_name_invalid (const char **errmsg) Check if group_relay_log_name is in index file. More... bool reset_group_relay_log_pos (const char **errmsg) Reset group_relay_log_name and group_relay_log_pos to the start of the first relay log ...
Stop the old server Upgrade the MySQL binaries in place (replace the old binaries with the new ones) Restart the server with the--skip-grant-tablesoption to disable privilege checking Runmysql_upgradeto upgrade the system tables Restart the server normally (without--skip-grant-tables) If you p...
Functionality Added or Changed * Performance; InnoDB: Memory for transaction instances (trx_t) is now allocated in configurable sized blocks that are a multiple of transaction instance size. Transaction instances are also placed in a priority queue and ordered by their address in memory so that wh...