MySQL >= 8.0.0 removed support for `my_bool` type

MySQL >= 8.0.0 suggests to use C and C++ standards that support the bool type and replace my_bool with bool. The older MR !16 (merged) apparently fixes this.