Skip to content

Commit d283f80

Browse files
committed
Update the InnoDB version number
1 parent 64678ca commit d283f80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3074,7 +3074,7 @@ READ_ONLY NO
30743074
COMMAND_LINE_ARGUMENT OPTIONAL
30753075
VARIABLE_NAME INNODB_VERSION
30763076
SESSION_VALUE NULL
3077-
GLOBAL_VALUE 5.7.24
3077+
GLOBAL_VALUE 5.7.25
30783078
GLOBAL_VALUE_ORIGIN COMPILE-TIME
30793079
DEFAULT_VALUE NULL
30803080
VARIABLE_SCOPE GLOBAL

storage/innobase/include/univ.i

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

4242
#define INNODB_VERSION_MAJOR 5
4343
#define INNODB_VERSION_MINOR 7
44-
#define INNODB_VERSION_BUGFIX 24
44+
#define INNODB_VERSION_BUGFIX 25
4545

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

0 commit comments

Comments
 (0)