diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-07-14 13:25:18 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-07-14 13:25:18 +0300 |
commit | 142f85142ad5a5ad5bfea057e13916e9b6609520 (patch) | |
tree | 3e2ec275b5b7954ab67a044a17317136e52e2bac /storage | |
parent | 8d061996e6531b2809aefb0ed96e0662b2c2882e (diff) | |
download | mariadb-git-142f85142ad5a5ad5bfea057e13916e9b6609520.tar.gz |
Update the InnoDB version number to 5.6.49
There were no InnoDB changes between MySQL 5.6.48 and MySQL 5.6.49.
Diffstat (limited to 'storage')
-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 fb3d14a908e..bb355e0fef5 100644 --- a/storage/innobase/include/univ.i +++ b/storage/innobase/include/univ.i @@ -45,7 +45,7 @@ Created 1/20/1994 Heikki Tuuri #define INNODB_VERSION_MAJOR 5 #define INNODB_VERSION_MINOR 6 -#define INNODB_VERSION_BUGFIX 48 +#define INNODB_VERSION_BUGFIX 49 /* The following is the InnoDB version as shown in SELECT plugin_version FROM information_schema.plugins; |