Browse Source

Raise InnoDB Plugin version from 1.0.8 to 1.0.9.

1.0.8 will be released in MySQL 5.1.47, so
1.0.9 will be released in MySQL 5.1.48
pull/374/head
Vasil Dimov 16 years ago
parent
commit
703309a3a8
  1. 2
      storage/innodb_plugin/include/univ.i

2
storage/innodb_plugin/include/univ.i

@ -46,7 +46,7 @@ Created 1/20/1994 Heikki Tuuri
#define INNODB_VERSION_MAJOR 1
#define INNODB_VERSION_MINOR 0
#define INNODB_VERSION_BUGFIX 8
#define INNODB_VERSION_BUGFIX 9
/* The following is the InnoDB version as shown in
SELECT plugin_version FROM information_schema.plugins;

Loading…
Cancel
Save