Increment InnoDB Plugin version from 1.0.9 to 1.0.10, after

1.0.9 has been released with MySQL 5.1.48.
This commit is contained in:
Vasil Dimov 2010-06-18 10:00:01 +03:00
parent 3c0be2c7b3
commit 40c13ca9bd

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 9
#define INNODB_VERSION_BUGFIX 10
/* The following is the InnoDB version as shown in
SELECT plugin_version FROM information_schema.plugins;