diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-10-28 07:35:49 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-10-28 07:35:49 +0300 |
commit | 563daec123728f69dc56d898d1d8b198e9e2d411 (patch) | |
tree | 73a6c4febf3d31023d605de7f1967a65189b3011 | |
parent | 1f5ca66e53b165c29ea733acd0fab79975a43eda (diff) | |
download | mariadb-git-563daec123728f69dc56d898d1d8b198e9e2d411.tar.gz |
MDEV-26867: Update the InnoDB version number to 5.7.36
The InnoDB changes in MySQL 5.7.36 that were applicable to MariaDB
were covered by MDEV-26864, MDEV-26865, MDEV-26866.
-rw-r--r-- | storage/innobase/include/univ.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/univ.i b/storage/innobase/include/univ.i index d302770b230..fb1f5b705aa 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 35 +#define INNODB_VERSION_BUGFIX 36 /* The following is the InnoDB version as shown in SELECT plugin_version FROM information_schema.plugins; |