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
Use a typedef my_bool to improve compatibility across MySQL versions
MySQL 8.0 replaces my_bool with C99 bool. Earlier versions of MySQL had
a typedef to char. Gem users reported failures on big endian systems when
using C99 bool types with older MySQLs due to mismatched behavior.
0 commit comments