Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.6.8, 10.8.3
-
Component/s: Embedded Server
-
Labels:None
-
Environment:Windows 10 64bits
Visual Studio 2019
Description
The compilation of MariaDB works under Windows when the embedded server is disabled. However, when the embedded server is activated (`cmake .. -DWITH_EMBEDDED_SERVER=ON`) the compilation fails with the following error message:
`libmysqld\../sql/mysqld.cc(2745,3): error C2065: 'my_report_svc_status': undeclared identifier`