From: Norbert Bizet Date: Tue, 30 Jul 2019 08:22:14 +0000 (-0400) Subject: mysql: Fix #5075 support mariadb backup software. X-Git-Tag: Beta-15.0.0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38e639a57e76e808e5c5b96e1e659006e38b74a7;p=thirdparty%2Fbacula.git mysql: Fix #5075 support mariadb backup software. --- diff --git a/bacula/src/stored/prepare.h b/bacula/src/stored/prepare.h index c710f87c8..4beb35fea 100644 --- a/bacula/src/stored/prepare.h +++ b/bacula/src/stored/prepare.h @@ -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 */