Skip to content

Commit 02af627

Browse files
committed
InnoDB 5.6.47 and XtraDB 5.6.46-86.2
The only change is a change of the version number. In MySQL 5.6.46, the copyright comments in a number of files were changed in mysql/mysql-server@f1a006e but there was no functional change to InnoDB code. This was also reflected by XtraDB. We are not changing the copyright comments in MariaDB Server for now. Between MySQL 5.6.46 and 5.6.47, InnoDB was not changed at all. Actually, we had forgotten to update the InnoDB version number to 5.6.46. With this change, we are updating InnoDB from 5.6.45 to 5.6.47 and XtraDB from 5.6.45-86.1 to 5.6.46-86.2.
1 parent bde7e0b commit 02af627

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

mysql-test/suite/sys_vars/r/sysvars_innodb,32bit,xtradb.rdiff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,8 +1214,8 @@
12141214
COMMAND_LINE_ARGUMENT OPTIONAL
12151215
VARIABLE_NAME INNODB_VERSION
12161216
SESSION_VALUE NULL
1217-
-GLOBAL_VALUE 5.6.45
1218-
+GLOBAL_VALUE 5.6.45-86.1
1217+
-GLOBAL_VALUE 5.6.47
1218+
+GLOBAL_VALUE 5.6.46-86.2
12191219
GLOBAL_VALUE_ORIGIN COMPILE-TIME
12201220
DEFAULT_VALUE NULL
12211221
VARIABLE_SCOPE GLOBAL

mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,8 +684,8 @@
684684
COMMAND_LINE_ARGUMENT OPTIONAL
685685
VARIABLE_NAME INNODB_VERSION
686686
SESSION_VALUE NULL
687-
-GLOBAL_VALUE 5.6.45
688-
+GLOBAL_VALUE 5.6.45-86.1
687+
-GLOBAL_VALUE 5.6.47
688+
+GLOBAL_VALUE 5.6.46-86.2
689689
GLOBAL_VALUE_ORIGIN COMPILE-TIME
690690
DEFAULT_VALUE NULL
691691
VARIABLE_SCOPE GLOBAL

mysql-test/suite/sys_vars/r/sysvars_innodb.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2401,7 +2401,7 @@ READ_ONLY NO
24012401
COMMAND_LINE_ARGUMENT OPTIONAL
24022402
VARIABLE_NAME INNODB_VERSION
24032403
SESSION_VALUE NULL
2404-
GLOBAL_VALUE 5.6.45
2404+
GLOBAL_VALUE 5.6.47
24052405
GLOBAL_VALUE_ORIGIN COMPILE-TIME
24062406
DEFAULT_VALUE NULL
24072407
VARIABLE_SCOPE GLOBAL

storage/innobase/include/univ.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Created 1/20/1994 Heikki Tuuri
4545

4646
#define INNODB_VERSION_MAJOR 5
4747
#define INNODB_VERSION_MINOR 6
48-
#define INNODB_VERSION_BUGFIX 45
48+
#define INNODB_VERSION_BUGFIX 47
4949

5050
/* The following is the InnoDB version as shown in
5151
SELECT plugin_version FROM information_schema.plugins;

storage/xtradb/include/univ.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Created 1/20/1994 Heikki Tuuri
4545

4646
#define INNODB_VERSION_MAJOR 5
4747
#define INNODB_VERSION_MINOR 6
48-
#define INNODB_VERSION_BUGFIX 45
48+
#define INNODB_VERSION_BUGFIX 46
4949

5050
#ifndef PERCONA_INNODB_VERSION
51-
#define PERCONA_INNODB_VERSION 86.1
51+
#define PERCONA_INNODB_VERSION 86.2
5252
#endif
5353

5454
/* Enable UNIV_LOG_ARCHIVE in XtraDB */

0 commit comments

Comments
 (0)