diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-05-15 08:18:44 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-05-15 08:18:44 +0300 |
commit | 681e8ca35e3439a39d2069d8f3ebc61d5e18515b (patch) | |
tree | ce24d87f639012d763e6317db50e67d9c062e348 /storage | |
parent | 95e9c7054f08409a565bb5e99ea533bd513f478a (diff) | |
download | mariadb-git-681e8ca35e3439a39d2069d8f3ebc61d5e18515b.tar.gz |
MDEV-16142: Update the InnoDB version number to 5.7.22
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innobase/include/univ.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/univ.i b/storage/innobase/include/univ.i index 2f423f0b835..e6e87d09a13 100644 --- a/storage/innobase/include/univ.i +++ b/storage/innobase/include/univ.i @@ -41,7 +41,7 @@ Created 1/20/1994 Heikki Tuuri #define INNODB_VERSION_MAJOR 5 #define INNODB_VERSION_MINOR 7 -#define INNODB_VERSION_BUGFIX 21 +#define INNODB_VERSION_BUGFIX 22 /* The following is the InnoDB version as shown in SELECT plugin_version FROM information_schema.plugins; |