summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2019-10-17 23:08:57 -0400
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-10-18 07:39:40 +0200
commit5917ba8bc645a2b105ec089101b8a664481b5b61 (patch)
tree853b9d5acb313790d26e6e472f44af8aecd89ef3 /cui
parent6fe42f2050948f1d12bfb804e4c8fe1b82a6aa1d (diff)
Fix building against MySQL Connector/C 8
In MySQL Connector/C 8, my_bool is replaced by bool. It was previously defined as char. When building against MySQL Connector/C 8, this leads to type punning build errors. Redefine affected members of struct BindMetaData as bool if using version 8 of greater. Otherwise, default to char. Change-Id: If12b975d95afae86502867cb334cb4195802f91d Reviewed-on: https://gerrit.libreoffice.org/81002 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui')
0 files changed, 0 insertions, 0 deletions