diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-10-17 17:08:58 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-10-17 17:08:58 +0300 |
commit | b0278302327ee46715107ce1f9d3e7c3da0c3ba5 (patch) | |
tree | 43b3dfc702850ff1dc96055d16b83a1650101847 /storage/innobase/include | |
parent | 3ce14a66efc69a4ed9903ce121f5b0e9f469b12b (diff) | |
parent | fa32d28f2f665f41aa2aad1c47ca49236a34d31d (diff) | |
download | mariadb-git-b0278302327ee46715107ce1f9d3e7c3da0c3ba5.tar.gz |
MDEV-20850 Merge new release of InnoDB 5.7.28 to 10.2
Diffstat (limited to 'storage/innobase/include')
-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 fc916fe078b..7635cecbcd3 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 27 +#define INNODB_VERSION_BUGFIX 28 /* The following is the InnoDB version as shown in SELECT plugin_version FROM information_schema.plugins; |