2015-03-23 15:03 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/hbapirdd.h
* include/hbusrrdd.ch
+ added DBTF_RECALL flag which disables transferring record DELETED flag
* src/rdd/dbcmd.c
* src/rdd/workarea.c
! disable transferring DELETED flag to destination area in SORT TO /
__dbArrange() operations
* src/rdd/delim1.c
* src/rdd/sdf1.c
+ added dummy RECALL() methods - now RECALL() can be executed by workarea
TRANSREC() method when DBTF_RECALL flag is set
This commit is contained in:
@@ -126,6 +126,7 @@ HB_EXTERN_BEGIN
|
||||
#define DBTF_MATCH 0x0001
|
||||
#define DBTF_PUTREC 0x0002
|
||||
#define DBTF_CPYCTR 0x0004
|
||||
#define DBTF_RECALL 0x0008
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -203,6 +203,7 @@
|
||||
#define DBTF_MATCH 0x0001
|
||||
#define DBTF_PUTREC 0x0002
|
||||
#define DBTF_CPYCTR 0x0004
|
||||
#define DBTF_RECALL 0x0008
|
||||
|
||||
/* Codes for Locking methods */
|
||||
#define DBLM_EXCLUSIVE 1
|
||||
|
||||
Reference in New Issue
Block a user