We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64678ca commit d283f80Copy full SHA for d283f80
mysql-test/suite/sys_vars/r/sysvars_innodb.result
@@ -3074,7 +3074,7 @@ READ_ONLY NO
3074
COMMAND_LINE_ARGUMENT OPTIONAL
3075
VARIABLE_NAME INNODB_VERSION
3076
SESSION_VALUE NULL
3077
-GLOBAL_VALUE 5.7.24
+GLOBAL_VALUE 5.7.25
3078
GLOBAL_VALUE_ORIGIN COMPILE-TIME
3079
DEFAULT_VALUE NULL
3080
VARIABLE_SCOPE GLOBAL
storage/innobase/include/univ.i
@@ -41,7 +41,7 @@ Created 1/20/1994 Heikki Tuuri
41
42
#define INNODB_VERSION_MAJOR 5
43
#define INNODB_VERSION_MINOR 7
44
-#define INNODB_VERSION_BUGFIX 24
+#define INNODB_VERSION_BUGFIX 25
45
46
/* The following is the InnoDB version as shown in
47
SELECT plugin_version FROM information_schema.plugins;
0 commit comments