Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
6.14/00
-
None
-
None
-
mac OS High Sierra
MySQL 8 installed with brew
ROOT 6.14 with mysql enabled
Description
MySQL 8 has replaced 5.7 on Macs when using brew.
MySQL 8 got rid of the typedef my_bool : https://bugs.mysql.com/bug.php?id=85131
Thus, when using TMySQLStatement.h I get an error :
DEBUG:QualityControl:QualityControl:0: /Users/bvonhall/dev/alice/sw/osx_x86-64/ROOT/v6-14-00+git_77868d9d46-1/include/TMySQLStatement.h:35:7: error: unknown type name 'my_bool'
|
DEBUG:QualityControl:QualityControl:0: my_bool fResNull; //! indicates if argument is null
|