ghostpp icon indicating copy to clipboard operation
ghostpp copied to clipboard

my_bool isn't defined in modern mysql sources

Open sbuller opened this issue 3 years ago • 1 comments

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;

sbuller avatar Nov 17 '21 03:11 sbuller

https://github.com/uakfdotb/ghostpp/pull/24

TemKaSD avatar Nov 17 '21 04:11 TemKaSD