mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Increment InnoDB version from 1.1.2 to 1.1.3
InnoDB 1.1.2 was released with MySQL 5.5.6-rc
This commit is contained in:
parent
76ea88cdb6
commit
5cf9dab765
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Created 1/20/1994 Heikki Tuuri
|
|||
|
||||
#define INNODB_VERSION_MAJOR 1
|
||||
#define INNODB_VERSION_MINOR 1
|
||||
#define INNODB_VERSION_BUGFIX 2
|
||||
#define INNODB_VERSION_BUGFIX 3
|
||||
|
||||
/* The following is the InnoDB version as shown in
|
||||
SELECT plugin_version FROM information_schema.plugins;
|
||||
|
|
Loading…
Reference in a new issue