[Bug 227813] databases/qt4-mysql-plugin error in code
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 29 06:52:20 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227813
Tobias C. Berner <tcberner at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |In Progress
--- Comment #8 from Tobias C. Berner <tcberner at freebsd.org> ---
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html
Incompatible Change: 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.
Note
The change from my_bool to bool means that the mysql.h header file now requires
a C++ or C99 compiler to compile.
(Bug #25597667)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list