mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
When MySQL converted from autotools to CMake, the preprocessor symbol USE_SYMDIR was omitted by mistake. Without this symbol, the code for checking .sym files is not built. This patch defines USE_SYMDIR when built on MS Windows.