summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-01-19 14:36:36 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-01-19 14:43:04 +0200
commit3caccc7bcd7d28730d5d741480665c0b52135963 (patch)
tree89d502eec66bf87995ef44a93eb97315eaa35ffd
parent48ac7e1a42ac932582d0650ac54ec8900ae801bd (diff)
downloadmariadb-git-3caccc7bcd7d28730d5d741480665c0b52135963.tar.gz
Update InnoDB version number to 5.7.33
There are only two InnoDB changes between mysql-5.7.32 and mysql-5.7.33: mysql/mysql-server@95dc4f5f08e479262234498490de2d64cfe9ebc9 duplicates commit 8e8e65ed1c747a9b53b07ba5147103210b517c32 (MDEV-10829). mysql/mysql-server@26e849762f1b2f79434bd3e6e611beccec39efc9 could be an attempt to fix something that was fixed in commit dc58987eb7112bd60122114abd56e6f9438f457f (MDEV-22765).
-rw-r--r--storage/innobase/include/univ.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/univ.i b/storage/innobase/include/univ.i
index 7819b0ae92b..fcdc8a5ae9f 100644
--- a/storage/innobase/include/univ.i
+++ b/storage/innobase/include/univ.i
@@ -1,7 +1,7 @@
/*****************************************************************************
Copyright (c) 1994, 2016, Oracle and/or its affiliates. All Rights Reserved.
-Copyright (c) 2013, 2020, MariaDB Corporation.
+Copyright (c) 2013, 2021, MariaDB Corporation.
Copyright (c) 2008, Google Inc.
Portions of this file contain modifications contributed and copyrighted by
@@ -41,7 +41,7 @@ Created 1/20/1994 Heikki Tuuri
#define INNODB_VERSION_MAJOR 5
#define INNODB_VERSION_MINOR 7
-#define INNODB_VERSION_BUGFIX 32
+#define INNODB_VERSION_BUGFIX 33
/* The following is the InnoDB version as shown in
SELECT plugin_version FROM information_schema.plugins;