/[global]/global/libdb/bt_split.c
ViewVC logotype

Diff of /global/libdb/bt_split.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by shigio, Sun Apr 10 11:48:26 2005 UTC revision 1.4 by shigio, Mon Apr 11 12:52:27 2005 UTC
# Line 92  __bt_split(t, sp, key, data, flags, ilen Line 92  __bt_split(t, sp, key, data, flags, ilen
92          size_t ilen;          size_t ilen;
93          u_int32_t argskip;          u_int32_t argskip;
94  {  {
95          BINTERNAL *bi;          BINTERNAL *bi = NULL;
96          BLEAF *bl, *tbl;          BLEAF *bl = NULL, *tbl;
97          DBT a, b;          DBT a, b;
98          EPGNO *parent;          EPGNO *parent;
99          PAGE *h, *l, *r, *lchild, *rchild;          PAGE *h, *l, *r, *lchild, *rchild;
100          indx_t nxtindex;          indx_t nxtindex;
101          u_int16_t skip;          u_int16_t skip;
102          u_int32_t n, nbytes, nksize;          u_int32_t n, nbytes, nksize = 0;
103          int parentsplit;          int parentsplit;
104          char *dest;          char *dest;
105    
# Line 626  bt_psplit(t, h, l, r, pskip, ilen) Line 626  bt_psplit(t, h, l, r, pskip, ilen)
626          CURSOR *c;          CURSOR *c;
627          RLEAF *rl;          RLEAF *rl;
628          PAGE *rval;          PAGE *rval;
629          void *src;          void *src = NULL;
630          indx_t full, half, nxt, off, skip, top, used;          indx_t full, half, nxt, off, skip, top, used;
631          u_int32_t nbytes;          u_int32_t nbytes;
632          int bigkeycnt, isbigkey;          int bigkeycnt, isbigkey;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26