mirror of
https://github.com/MariaDB/server.git
synced 2025-02-19 03:45:35 +01:00
![Alexey Botchkov](/assets/img/avatar_default.png)
information can be obtained. plugin only enabled for Linux, as it fails building on BSD/MacOSX. disks.test fixed.
5 lines
183 B
CMake
5 lines
183 B
CMake
IF("${CMAKE_SYSTEM}" MATCHES "Linux")
|
|
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/sql)
|
|
MYSQL_ADD_PLUGIN(DISKS information_schema_disks.cc MODULE_ONLY RECOMPILE_FOR_EMBEDDED)
|
|
ENDIF()
|
|
|