Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.2.4
-
None
-
Linux Debian 8
Description
The mysql.h header file contains a C++ comment that produces a compiler warning when using gcc. Only C comments should be used:
In file included from /opt3/dbs/mdb/10.2/include/mysql/mysql.h:73:0,
|
from mys.c:39:
|
/opt3/dbs/mdb/10.2/include/mysql/mysql_com.h:114:22: error: C++ style comments are not allowed in ISO C90 [-Werror]
|
COM_UNIMPLEMENTED, // COM_BINLOG_DUMP_GTID in MySQL
|