ClickHouse/tests/queries/0_stateless/00824_filesystem.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
138 B
MySQL
Raw Normal View History

SELECT filesystemCapacity() >= filesystemAvailable() AND filesystemAvailable() >= filesystemUnreserved() AND filesystemUnreserved() >= 0;