diff options
author | heikki@hundin.mysql.fi <> | 2005-03-10 09:07:42 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2005-03-10 09:07:42 +0200 |
commit | bfb5d79eb313bae1d2d3b9e9d453faa8e5255538 (patch) | |
tree | 4e2a6470e06766ef687951e1ea71c14dbf0d3b2f /innobase | |
parent | db4ca33f52936eccf3b5d99d038f25e17d454330 (diff) | |
parent | 0b0a9188bff915f68b44526195ed75f29bdd004f (diff) | |
download | mariadb-git-bfb5d79eb313bae1d2d3b9e9d453faa8e5255538.tar.gz |
Merge hundin.mysql.fi:/home/heikki/mysql-4.1
into hundin.mysql.fi:/home/heikki/mysql-5.0
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 ac230f6461b..6597122f104 100644 --- a/innobase/log/log0recv.c +++ b/innobase/log/log0recv.c @@ -2608,8 +2608,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 */ |