diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-02-28 21:46:43 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-02-28 21:46:43 +0100 |
commit | 45236704e871fcd9a23887464a8ff934c827b84f (patch) | |
tree | 6d94944dba51c778718774a8e8cd7843420eab7f /storage | |
parent | 4b3cf4aa26833206c650be2e40caebf6191d5302 (diff) | |
download | mariadb-git-45236704e871fcd9a23887464a8ff934c827b84f.tar.gz |
update InnoDB version
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 a4d292b4f0f..9b5fffe81e8 100644 --- a/storage/innobase/include/univ.i +++ b/storage/innobase/include/univ.i @@ -44,7 +44,7 @@ Created 1/20/1994 Heikki Tuuri #define INNODB_VERSION_MAJOR 5 #define INNODB_VERSION_MINOR 6 -#define INNODB_VERSION_BUGFIX 14 +#define INNODB_VERSION_BUGFIX 15 /* The following is the InnoDB version as shown in SELECT plugin_version FROM information_schema.plugins; |