Commit 4b34fd14 authored by vasil's avatar vasil

branches/innodb+: change name and version

Change name from "InnoDB Plugin" to "InnoDB+" and
version from 1.0.5 to 1.0.0.
parent 2d2dc613
......@@ -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;
......
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment