Comment 4 for bug 1198220

Revision history for this message
Alexey Kopytov (akopytov) wrote :

The only "followings" occurrence which should be fixed in XtraBackup is

 if (xtrabackup_backup || xtrabackup_stats) {
  msg("xtrabackup: Target instance is assumed as followings.\n");
 } else {
  msg("xtrabackup: Temporary instance for recovery is set as "
      "followings.\n");
 }

Everything else mentioned in comment #2 is upstream code or documentation.