mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Forgotten commit.
This commit is contained in:
parent
0de641cafc
commit
aa51245372
@ -106,8 +106,8 @@ const UCHAR LCK_max = 7;
|
||||
const UCHAR LCK_read = LCK_PR;
|
||||
const UCHAR LCK_write = LCK_EX;
|
||||
|
||||
const SSHORT LCK_WAIT = TRUE;
|
||||
const SSHORT LCK_NO_WAIT = FALSE;
|
||||
const SSHORT LCK_WAIT = 1;
|
||||
const SSHORT LCK_NO_WAIT = 0;
|
||||
|
||||
/* Lock block types */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user