Thank you. 

With that patch, we have MySQL 8 covered via regression testing. 

http://regress.bacula.org/index.php?project=Bacula-9.4&date=2019-04-27

FYI I apply that patch during testing. It needs to get into the code. 

--
 Dan Langille
 d...@langille.org



On Sat, Apr 27, 2019, at 4:20 PM, Carsten Leonhardt wrote:
> Hi Dan,
> 
> > I am setting up regression testing for MySQL 8.0 and getting this error on 
> > the build:
> 
> > /usr/home/dan/src/bacula/regress/build/libtool --silent --tag=CXX 
> > --mode=link /usr/bin/c++ -o libbaccats.la cats_null.lo -export-dynamic 
> > -rpath /usr/home/dan/src/bacula/regress/bin -release 9.4.3
> > Compiling mysql.c
> > mysql.c:201:4: error: unknown type name 'my_bool'
> > my_bool reconnect = 1;
> > ^
> > 1 error generated.
> > *** Error code 1
> 
> MySQL removed "my_bool" in version 8, a patch is needed. For example:
> 
> see https://patches.ubuntu.com/b/bacula/bacula_9.4.2-2ubuntu1.patch
> 
> There might be cleverer approaches.
> 
> Regards,
> 
> Carsten
> 
> 
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to