Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6.8, 10.8.3
-
None
-
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`