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:
Przemysław Czerpak
2015-03-23 15:03:27 +01:00
parent 26c617c979
commit c99d950516
7 changed files with 69 additions and 14 deletions

View File

@@ -126,6 +126,7 @@ HB_EXTERN_BEGIN
#define DBTF_MATCH 0x0001
#define DBTF_PUTREC 0x0002
#define DBTF_CPYCTR 0x0004
#define DBTF_RECALL 0x0008

View File

@@ -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