1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-27 05:56:07 +03:00

branches/innodb+:

Say "InnoDB" instead of "InnoDB+" at startup, this is going to be the
builtin InnoDB in MySQL 5.5.
This commit is contained in:
vasil
2010-03-13 10:31:17 +00:00
parent bb9a932ff8
commit 01568064e8

View File

@@ -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);
}