Skip to content

Commit

Permalink
PS-9301 Update the versions numbers
Browse files Browse the repository at this point in the history
https://perconadev.atlassian.net/browse/PS-9301

Raised MYSQL_VERSION_EXTRA to 51 in MYSQL_VERSION file.
Raised PERCONA_INNODB_VERSION to 51 in univ.i file.
  • Loading branch information
VarunNagaraju committed Aug 6, 2024
1 parent 641f1f4 commit 8a491a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=5
MYSQL_VERSION_MINOR=7
MYSQL_VERSION_PATCH=44
MYSQL_VERSION_EXTRA=-50
MYSQL_VERSION_EXTRA=-51
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 @@ Created 1/20/1994 Heikki Tuuri
#define INNODB_VERSION_BUGFIX MYSQL_VERSION_PATCH

#ifndef PERCONA_INNODB_VERSION
#define PERCONA_INNODB_VERSION 50
#define PERCONA_INNODB_VERSION 51
#endif

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

0 comments on commit 8a491a6

Please sign in to comment.