MXS-2271 Move disk space settings to a settings-container
This commit is contained in:
@ -237,7 +237,7 @@ struct DISK_SPACE_THRESHOLD_TEST
|
||||
|
||||
int dst_report(const DISK_SPACE_THRESHOLD_TEST& test,
|
||||
bool parsed,
|
||||
MxsDiskSpaceThreshold& result)
|
||||
SERVER::DiskSpaceLimits& result)
|
||||
{
|
||||
int nErrors = 0;
|
||||
|
||||
@ -360,7 +360,7 @@ int test_disk_space_threshold()
|
||||
{
|
||||
const DISK_SPACE_THRESHOLD_TEST& test = tests[i];
|
||||
|
||||
MxsDiskSpaceThreshold dst;
|
||||
SERVER::DiskSpaceLimits dst;
|
||||
|
||||
bool parsed = config_parse_disk_space_threshold(&dst, test.zValue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user