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 95e9c70 commit 681e8caCopy full SHA for 681e8ca
mysql-test/suite/sys_vars/r/sysvars_innodb.result
@@ -3046,7 +3046,7 @@ READ_ONLY NO
3046
COMMAND_LINE_ARGUMENT OPTIONAL
3047
VARIABLE_NAME INNODB_VERSION
3048
SESSION_VALUE NULL
3049
-GLOBAL_VALUE 5.7.21
+GLOBAL_VALUE 5.7.22
3050
GLOBAL_VALUE_ORIGIN COMPILE-TIME
3051
DEFAULT_VALUE NULL
3052
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 21
+#define INNODB_VERSION_BUGFIX 22
45
46
/* The following is the InnoDB version as shown in
47
SELECT plugin_version FROM information_schema.plugins;
0 commit comments