branches/innodb+: change name and version

Change name from "InnoDB Plugin" to "InnoDB+" and
version from 1.0.5 to 1.0.0.
This commit is contained in:
vasil 2009-12-17 11:00:17 +00:00
parent 2d2dc613e1
commit 4b34fd14ed
2 changed files with 2 additions and 2 deletions

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

View file

@ -1796,7 +1796,7 @@ innobase_start_or_create_for_mysql(void)
if (srv_print_verbose_log) {
ut_print_timestamp(stderr);
fprintf(stderr,
" InnoDB Plugin %s started; "
" InnoDB+ %s started; "
"log sequence number %llu\n",
INNODB_VERSION_STR, srv_start_lsn);
}