Skip to content

Commit

Permalink
Update InnoDB version number to 5.7.33
Browse files Browse the repository at this point in the history
There are only two InnoDB changes between mysql-5.7.32 and mysql-5.7.33:

mysql/mysql-server@95dc4f5
duplicates commit 8e8e65e (MDEV-10829).

mysql/mysql-server@26e8497
could be an attempt to fix something that was fixed in
commit dc58987 (MDEV-22765).
  • Loading branch information
dr-m committed Jan 19, 2021
1 parent 48ac7e1 commit 3caccc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 3caccc7

Please sign in to comment.