mirror of
https://github.com/MariaDB/server.git
synced 2025-02-06 22:02:20 +01:00
![Daniel Black](/assets/img/avatar_default.png)
Allow for a CI system to be almost out of space, or having so little use, that the Total space is the same as available or used. Thanks Otto Kekäläinen for the bug report and testing.
3 lines
187 B
Text
3 lines
187 B
Text
--replace_regex /varchar\([0-9]+\)/varchar(pathlen)/
|
|
show create table information_schema.disks;
|
|
select sum(Total) >= sum(Available), sum(Total)>=sum(Used) from information_schema.disks;
|