You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#23531973 CHANGE THE SERVER VERSION NUMBER ON TRUNK FROM 5.8 TO 8.0
Changes:
- Update the version number in VERSION
- Update the version number in the Doxyfile
- Update the version number in INSTALL
- Version changes to packaging files
- Package the man page for the ibd2sdi utility
- Change the test for show_compatibility_56 in mysqld.cc
- Make mysqlbinlog understand log coming from an 8.0 server
- Fix version numbers in the innodb.log_corruption test
- Fix version number in the main.comments test
- Fix version number in a couple of memcached tests
- Fix version numbers in a few code / test files (comments)
Reviewed-by: Jon Olav Hauglid <[email protected]>
Reiviwed-by: Lars Tangvald <[email protected]>
Reviewed-by: Neha Kumari <[email protected]>
Reviewed-by: Terje Rosten <[email protected]>
RB: 12929
let SEARCH_PATTERN=InnoDB: Unsupported redo log format. The redo log was created with malicious intentions, or perhaps\\. Please follow the instructions at http://dev.mysql.com/doc/refman/5.8/en/upgrading-downgrading.html;
37
+
let SEARCH_PATTERN=InnoDB: Unsupported redo log format. The redo log was created with malicious intentions, or perhaps\\. Please follow the instructions at http://dev.mysql.com/doc/refman/8.0/en/upgrading-downgrading.html;
38
38
--source include/search_pattern_in_file.inc
39
39
40
40
--echo # redo log from MySQL 5.7.9, with corrupted log checkpoint
@@ -79,7 +79,7 @@ let SEARCH_PATTERN=Data Dictionary initialization failed;
79
79
let SEARCH_PATTERN=InnoDB: Cannot create sys_virtual system tables. running in read-only mode;
0 commit comments