diff options
author | heikki@hundin.mysql.fi <> | 2005-03-09 20:32:01 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2005-03-09 20:32:01 +0200 |
commit | 2ec7c5f4471fb5ec495ad5a0c54cb7d2276a525d (patch) | |
tree | 8a1cd4ad6beee441e9a31314257ff0c556a3d302 /innobase | |
parent | 44412afa2a6b7f7903f4014e1aed8baef6a78d4b (diff) | |
download | mariadb-git-2ec7c5f4471fb5ec495ad5a0c54cb7d2276a525d.tar.gz |
log0recv.c:
Better ibbackup message
Add a message explaining why we do a 'crash recovery' after an ibbackup restore; suggested by Tim Smith
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/log/log0recv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/innobase/log/log0recv.c b/innobase/log/log0recv.c index ae84f085523..ddb33de6fa6 100644 --- a/innobase/log/log0recv.c +++ b/innobase/log/log0recv.c @@ -2565,8 +2565,10 @@ recv_recovery_from_checkpoint_start( a note to the user about it */ fprintf(stderr, - "InnoDB: The log file was created by ibbackup --restore at\n" + "InnoDB: The log file was created by ibbackup --apply-log at\n" "InnoDB: %s\n", log_hdr_buf + LOG_FILE_WAS_CREATED_BY_HOT_BACKUP); + fprintf(stderr, +"InnoDB: NOTE: the following crash recovery is part of a normal restore.\n"); /* Wipe over the label now */ |