notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/qt5-sqldrivers-mysql/files
SVNWeb

Number of commits found: 1

Sat, 5 May 2018
[ 20:05 tcberner search for other commits by this committer ] Original commit   Revision:469165
databases/qt4-mysql-plugin & databases/qt5-sqldrivers-mysql: fix build against
mysql >= 8.0.1.

From the mysql release notes [1]:

  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)

--

[1] https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html

PR:		227813
Reported by:	mikhail.rokhin@gmail.com

Number of commits found: 1