]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
mysql: Fix #5075 support mariadb backup software.
authorNorbert Bizet <norbert.bizet@baculasystems.com>
Tue, 30 Jul 2019 08:22:14 +0000 (04:22 -0400)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:02 +0000 (13:57 +0200)
bacula/src/stored/prepare.h

index c710f87c8c1c848444120fb0bb34b114cd6ab109..4beb35feafd2c04293a74a54532a94d8333ed333 100644 (file)
@@ -57,6 +57,8 @@ public:
    const char *working;
    struct stat statp;           /* stat() of prepared .xbstream */
    const char* xtrabackupconf;
+   POOLMEM *backup_binary;
+   POOLMEM *stream_binary;
    BPIPE* bpipe;
 
    /* Methods */