summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-10-28 07:27:18 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2020-10-28 07:27:18 +0200
commit527ade25909bf63655ba1f8965096d105ff55368 (patch)
tree08514f510b6f93a3159a074cee031706ce7000b7
parentafc9d00c66db946c8240fe1fa6b345a3a8b6fec1 (diff)
downloadmariadb-git-527ade25909bf63655ba1f8965096d105ff55368.tar.gz
MDEV-23163 Merge new release of InnoDB 5.7.32 to 10.2
All relevant InnoDB changes from MySQL 5.7.32 have been applied in preceding commits.
-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 c7474cff4ea..7819b0ae92b 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 31
+#define INNODB_VERSION_BUGFIX 32
/* The following is the InnoDB version as shown in
SELECT plugin_version FROM information_schema.plugins;