bareos: bareos-18.2 4dfb00eb

Author Committer Branch Timestamp Parent
arogge arogge bareos-18.2 2019-09-03 17:15 bareos-18.2 5220706f 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.

(cherry picked from commit 949b210eb794fe4bfb241a4a22b8850630e56855)
mod - core/src/cats/mysql.cc Diff File