summaryrefslogtreecommitdiff
path: root/storage/innobase/include
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-10-17 17:08:58 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-10-17 17:08:58 +0300
commitb0278302327ee46715107ce1f9d3e7c3da0c3ba5 (patch)
tree43b3dfc702850ff1dc96055d16b83a1650101847 /storage/innobase/include
parent3ce14a66efc69a4ed9903ce121f5b0e9f469b12b (diff)
parentfa32d28f2f665f41aa2aad1c47ca49236a34d31d (diff)
downloadmariadb-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.i2
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;