Commit 95567a75 authored by vasil's avatar vasil

branches/innodb+:

Say "InnoDB" instead of "InnoDB+" at startup, this is going to be the
builtin InnoDB in MySQL 5.5.
parent a85f3fce
......@@ -1790,7 +1790,7 @@ innobase_start_or_create_for_mysql(void)
if (srv_print_verbose_log) {
ut_print_timestamp(stderr);
fprintf(stderr,
" InnoDB+ %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