Browse Source

Increment InnoDB version from 1.1.4 to 1.1.5

InnoDB 1.1.4 was released with MySQL 5.5.8
pull/374/head
Vasil Dimov 15 years ago
parent
commit
919f3f8992
  1. 2
      storage/innobase/include/univ.i

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

Loading…
Cancel
Save