mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Correction, thanks to Claudio.
This commit is contained in:
parent
07b43f42a5
commit
b28c5a3719
@ -225,7 +225,7 @@ jrd_file* PIO_create(Database* dbb, const Firebird::PathName& string,
|
||||
|
||||
const TEXT* file_name = string.c_str();
|
||||
|
||||
DWORD dwShareMode = getShareFlags(true);
|
||||
DWORD dwShareMode = getShareFlags(temporary);
|
||||
if (share_delete)
|
||||
dwShareMode |= FILE_SHARE_DELETE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user