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:
5
plugin/disks/CMakeLists.txt
Normal file
5
plugin/disks/CMakeLists.txt
Normal 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()
|
||||
|
Reference in New Issue
Block a user