[MDEV-28888] Embedded MariaDB does not build on Windows Created: 2022-06-19 Updated: 2022-07-04 Resolved: 2022-07-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Embedded Server |
| Affects Version/s: | 10.6.8, 10.8.3 |
| Fix Version/s: | 10.6.9, 10.7.5, 10.8.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lucien Schreiber | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10 64bits |
||
| 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` |