I've tried to compile the project and got the error my_bool is not a valid type. According to MySQL 8.0 documentation [here](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html#mysqld-8-0-1-compiling), my_bool type must be changed to bool or int C type.
I've tried to compile the project and got the error my_bool is not a valid type.
According to MySQL 8.0 documentation here, my_bool type must be changed to bool or int C type.