summaryrefslogtreecommitdiff
path: root/storage/innobase/srv/srv0start.c
diff options
context:
space:
mode:
authorJimmy Yang <jimmy.yang@oracle.com>2010-08-25 00:25:46 -0700
committerJimmy Yang <jimmy.yang@oracle.com>2010-08-25 00:25:46 -0700
commitbfcc8ae8d93ebb1ae23c5f12c8337843631cd6f0 (patch)
tree30a719d554b75f3a86751eb6c1bf952ffe10fe08 /storage/innobase/srv/srv0start.c
parent938ce0efd7782697c5b7e96d7343e800438da909 (diff)
downloadmariadb-git-bfcc8ae8d93ebb1ae23c5f12c8337843631cd6f0.tar.gz
Add a space indentation to InnoDB buffer pool size and log sequence
number boot up message.
Diffstat (limited to 'storage/innobase/srv/srv0start.c')
-rw-r--r--storage/innobase/srv/srv0start.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/innobase/srv/srv0start.c b/storage/innobase/srv/srv0start.c
index 05fa637e7bb..9bf18b8db9e 100644
--- a/storage/innobase/srv/srv0start.c
+++ b/storage/innobase/srv/srv0start.c
@@ -1337,7 +1337,7 @@ innobase_start_or_create_for_mysql(void)
/* Print time to initialize the buffer pool */
ut_print_timestamp(stderr);
fprintf(stderr,
- " InnoDB: Initializing buffer pool, size =");
+ " InnoDB: Initializing buffer pool, size =");
if (srv_buf_pool_size >= 1024 * 1024 * 1024) {
fprintf(stderr,
@@ -1353,7 +1353,7 @@ innobase_start_or_create_for_mysql(void)
ut_print_timestamp(stderr);
fprintf(stderr,
- " InnoDB: Completed initialization of buffer pool\n");
+ " InnoDB: Completed initialization of buffer pool\n");
if (err != DB_SUCCESS) {
fprintf(stderr,
@@ -1871,7 +1871,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);
}