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.

update README, use maria_declare_plugin(), specify the author.
This commit is contained in:
Sergei Golubchik
2018-03-21 12:59:40 +01:00
parent f5b2761c70
commit b6e2973ee6
3 changed files with 12 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
IF(NOT WIN32)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/sql)
MYSQL_ADD_PLUGIN(DISKS information_schema_disks.cc MODULE_ONLY RECOMPILE_FOR_EMBEDDED)
ENDIF()