forked from brianmario/mysql2
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
bool
instead of my_bool
which has been removed since MySQL 8.…
…0.1 (brianmario#840) Refer "Changes in MySQL 8.0.1 (2017-04-10, Development Milestone)" https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html > Incompatible Change: The mysql.h header file now requires a C++ or C99 compiler to compile. > The my_bool type is no longer used in MySQL source code. > Any third-party code that used this type to represent C boolean variables > should use the bool or int C type instead. (Bug #25597667)
- Loading branch information
Showing
4 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters