bareos: master 949b210e

Author Committer Branch Timestamp Parent
arogge arogge master 2019-09-03 17:15 master df5a1b39 Pending
Changeset cats: add support for MySQL 8

The MySQL 8 client library removed the my_bool type. The replacement
is the default bool type.
This patch adds an ifdef that selects the correct type depending on the
MySQL client version.
mod - core/src/cats/mysql.cc Diff File