mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 10:43:03 +01:00
Backport from HEAD (trivial changes only).
This commit is contained in:
parent
0afd0fe037
commit
84d3208a0f
@ -374,7 +374,7 @@ TempFile* TempSpace::setupFile(size_t size)
|
||||
PathUtils::ensureSeparator(dirname);
|
||||
if (!directory.compare(dirname))
|
||||
{
|
||||
file = tempFiles[i];
|
||||
file = tempFiles[j];
|
||||
break;
|
||||
}
|
||||
}
|
||||
@ -396,11 +396,6 @@ TempFile* TempSpace::setupFile(size_t size)
|
||||
if (i < tempDirs->getCount() - 1)
|
||||
{
|
||||
// no room, let's try another directory
|
||||
Firebird::string text;
|
||||
text.printf("Temporary directory %s has no free space, "
|
||||
"attempting to switch to the next configured one",
|
||||
directory.c_str());
|
||||
gds__log(text.c_str());
|
||||
file = NULL;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user