1
0
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:
Alexey Botchkov
2018-03-24 00:37:38 +04:00
parent 3b644ac1f7
commit 0b74a1fa64
3 changed files with 1 additions and 12 deletions

View File

@@ -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()