diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-09-11 16:42:54 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-09-11 16:42:54 +0200 |
commit | 75796d9ecb50509b0c462c4aa67d40fee0d9fd24 (patch) | |
tree | fc721141a39cd7092ee84add25a3597a6e74ca4a /storage/innobase/include/log0log.h | |
parent | c30a8442e8324f53f9157aabcc0330db0cd2e95f (diff) | |
parent | 993395bfa090266eb0ded41173130268a3ff01e7 (diff) | |
download | mariadb-git-75796d9ecb50509b0c462c4aa67d40fee0d9fd24.tar.gz |
InnoDB 5.6.20
Diffstat (limited to 'storage/innobase/include/log0log.h')
-rw-r--r-- | storage/innobase/include/log0log.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/innobase/include/log0log.h b/storage/innobase/include/log0log.h index 0182d9b00b6..ad9710b1870 100644 --- a/storage/innobase/include/log0log.h +++ b/storage/innobase/include/log0log.h @@ -656,13 +656,13 @@ extern log_t* log_sys; megabyte. This information might have been used - since ibbackup version 0.35 but + since mysqlbackup version 0.35 but before 1.41 to decide if unused ends of non-auto-extending data files in space 0 can be truncated. This information was made obsolete - by ibbackup --compress. */ + by mysqlbackup --compress. */ #define LOG_CHECKPOINT_FSP_MAGIC_N (12 + LOG_CHECKPOINT_ARRAY_END) /*!< Not used (0); This magic number tells if the @@ -691,7 +691,7 @@ extern log_t* log_sys; /* a 32-byte field which contains the string 'ibbackup' and the creation time if the log file was - created by ibbackup --restore; + created by mysqlbackup --restore; when mysqld is first time started on the restored database, it can print helpful info for the user */ |