diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2011-06-03 13:47:46 +0300 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2011-06-03 13:47:46 +0300 |
commit | 6ae5b07b2a930a0d196626811890105e788524f7 (patch) | |
tree | 81bc71432dfedefcefc0f45f12114f3566ef142f /storage | |
parent | baf317269a480cb73c198100084073dfea20b7c7 (diff) | |
download | mariadb-git-6ae5b07b2a930a0d196626811890105e788524f7.tar.gz |
Increment InnoDB version from 1.1.7 to 1.1.8
InnoDB 1.1.7 was released with MySQL 5.5.13
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 9816edc2eaa..7b5e138501d 100644 --- a/storage/innobase/include/univ.i +++ b/storage/innobase/include/univ.i @@ -51,7 +51,7 @@ Created 1/20/1994 Heikki Tuuri #define INNODB_VERSION_MAJOR 1 #define INNODB_VERSION_MINOR 1 -#define INNODB_VERSION_BUGFIX 7 +#define INNODB_VERSION_BUGFIX 8 /* The following is the InnoDB version as shown in SELECT plugin_version FROM information_schema.plugins; |