summaryrefslogtreecommitdiff
path: root/storage/innobase/include
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-04-28 19:40:32 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-04-28 19:40:32 +0300
commitdd5c307cb00bfde6c88bf125f61b3e0d85dc79a5 (patch)
tree1d321da67d437848dea2e966f3f40ee33ac43ecf /storage/innobase/include
parent547cb280b87831fb02bedd411f8a3486258f8859 (diff)
parent2644e52fdbb7943a549f467b4dfd97da2592039d (diff)
downloadmariadb-git-dd5c307cb00bfde6c88bf125f61b3e0d85dc79a5.tar.gz
MDEV-22394 Merge new release of InnoDB 5.7.30 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 cb81b68e2ab..1c0166f4c3f 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 29
+#define INNODB_VERSION_BUGFIX 30
/* The following is the InnoDB version as shown in
SELECT plugin_version FROM information_schema.plugins;