summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-10-25 17:09:54 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2018-10-25 17:09:54 +0300
commit2abf2648a6124c2fba0ff4fc46b1604c2fdf32ba (patch)
tree566a39da37ed5f65b51f8fa9940c15b852ddcff6 /storage
parent31366c6c93ef6b3fb182c0984e03bd9b2d2a8d5e (diff)
downloadmariadb-git-2abf2648a6124c2fba0ff4fc46b1604c2fdf32ba.tar.gz
MDEV-17536 Merge new release of InnoDB 5.7.24 to 10.2
Update the InnoDB version number to 5.7.24.
Diffstat (limited to 'storage')
-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 453f15b8784..47d65052f16 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 23
+#define INNODB_VERSION_BUGFIX 24
/* The following is the InnoDB version as shown in
SELECT plugin_version FROM information_schema.plugins;