Skip to content
Permalink
Browse files
MDEV-15713 mariabackup: throw warning, if --stream is used without --…
…backup
  • Loading branch information
vaintroub committed Apr 9, 2018
1 parent 37f2480 commit ecf6675
Showing 1 changed file with 4 additions and 0 deletions.
@@ -6699,6 +6699,10 @@ int main(int argc, char **argv)
xtrabackup_incremental = NULL;
}

if (xtrabackup_stream && !xtrabackup_backup) {
msg("Warning: --stream parameter is ignored, it only works together with --backup.\n");
}

if (!xb_init()) {
exit(EXIT_FAILURE);
}

0 comments on commit ecf6675

Please sign in to comment.