Increment InnoDB Plugin version from 1.0.14 to 1.0.15.

InnoDB Plugin 1.0.14 has been released with MySQL 5.1.54.
This commit is contained in:
Vasil Dimov 2011-01-08 16:51:19 +02:00
parent c4aee1b45a
commit 2d32d7c9a9

View File

@ -46,7 +46,7 @@ Created 1/20/1994 Heikki Tuuri
#define INNODB_VERSION_MAJOR 1
#define INNODB_VERSION_MINOR 0
#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;