1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-07 16:23:34 +03:00
Alexey Botchkov 0b74a1fa64 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.
2018-03-24 00:37:38 +04:00

3 lines
132 B
Plaintext

show create table information_schema.disks;
select sum(Total) > sum(Available), sum(Total)>sum(Used) from information_schema.disks;