summaryrefslogtreecommitdiff
path: root/plugin/disks/mysql-test/disks/disks.test
blob: 13a0762ae010fba53ff25fd31eff5e7fc5617424 (plain)
1
2
show create table information_schema.disks;
select sum(Total) > sum(Available), sum(Total)>sum(Used) from information_schema.disks;