Browse Source

Increment InnoDB version number from 1.1.1 to 1.1.2,

the 1.1.1 release will be included inside MySQL 5.5.5 and is
up to (inclusive):
vasil.dimov@oracle.com-20100602124314-21l3cb27w4rbfqrq
pull/374/head
Vasil Dimov 16 years ago
parent
commit
5a0b9cd296
  1. 2
      storage/innobase/include/univ.i

2
storage/innobase/include/univ.i

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

Loading…
Cancel
Save