mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-14533 Provide information_schema tables using which hardware
information can be obtained. plugin only enabled for Linux, as it fails building on BSD/MacOSX. disks.test fixed.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
IF(NOT WIN32)
|
||||
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()
|
||||
|
Reference in New Issue
Block a user