~percona-core/percona-xtrabackup/2.0

« back to all changes in this revision

Viewing changes to src/xtrabackup.c

merge fix for bug 489290. xtrabackup now no longer targets to MySQL datadir for where to store the backup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6329
6329
                exit(EXIT_FAILURE);
6330
6330
        }
6331
6331
 
 
6332
        /* Ensure target dir is not relative to datadir */
 
6333
        my_load_path(xtrabackup_real_target_dir, xtrabackup_target_dir, NULL);
 
6334
        xtrabackup_target_dir= xtrabackup_real_target_dir;
 
6335
 
6332
6336
        if (xtrabackup_tables) {
6333
6337
                /* init regexp */
6334
6338
                char *p, *next;