Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MYSQL_VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MYSQL_VERSION_MAJOR=8
MYSQL_VERSION_MINOR=0
MYSQL_VERSION_PATCH=34
MYSQL_VERSION_EXTRA=-2601
MYSQL_VERSION_EXTRA=-2602
2 changes: 1 addition & 1 deletion storage/innobase/include/univ.i
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#define INNODB_VERSION_BUGFIX MYSQL_VERSION_PATCH

#ifndef PERCONA_INNODB_VERSION
#define PERCONA_INNODB_VERSION 2601
#define PERCONA_INNODB_VERSION 2602
#endif

/* The following is the InnoDB version as shown in
Expand Down