mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
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:
parent
2d2dc613e1
commit
4b34fd14ed
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue