Skip to content

Compile with MySQL version >= 8.0.1

Bastian Germann requested to merge (removed):master into master

The my_bool type was removed with MySQL 8.0.1: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html#mysqld-8-0-1-compiling

Replace my_bool with char which was the typedef in older MySQL versions and still is in MariaDB.

[GB.DB.MYSQL]

  • BUG: Compile with MySQL version >= 8.0.1.

Merge request reports