You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ghostdbmysql.{h,cpp} references my_bool which used to be defined by mysql.h. This has been removed, and leads to build failures. I inserted the typedef to circumvent typedef bool my_bool;
The text was updated successfully, but these errors were encountered:
ghostdbmysql.{h,cpp} references
my_bool
which used to be defined by mysql.h. This has been removed, and leads to build failures. I inserted the typedef to circumventtypedef bool my_bool;
The text was updated successfully, but these errors were encountered: