mirror of
https://github.com/MariaDB/server.git
synced 2025-06-07 16:23:34 +03:00
information can be obtained. plugin only enabled for Linux, as it fails building on BSD/MacOSX. disks.test fixed.
3 lines
132 B
Plaintext
3 lines
132 B
Plaintext
show create table information_schema.disks;
|
|
select sum(Total) > sum(Available), sum(Total)>sum(Used) from information_schema.disks;
|