X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fmemory.c;h=c6b7ed06be9246064fd0535e0cfec8eabe1e0395;hb=70961362d71c04daaf0b0feafe59e78d235eb116;hp=b57d2f92a1c22b4da26368823433eab1ffe4ca68;hpb=34e1e6c2ddbbd31f9c4b8401c973ed7fae9eda34;p=idzebra-moved-to-github.git diff --git a/isam/memory.c b/isam/memory.c index b57d2f9..c6b7ed0 100644 --- a/isam/memory.c +++ b/isam/memory.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: memory.c,v $ - * Revision 1.12 1996-03-11 14:52:23 quinn + * Revision 1.14 1996-10-29 13:56:56 adam + * Include of zebrautl.h instead of alexutil.h. + * + * Revision 1.13 1996/03/20 13:29:16 quinn + * Bug-fix + * + * Revision 1.12 1996/03/11 14:52:23 quinn * Fixed update bug. Repeated insertion in the same area sometimes caused * problems. * @@ -51,7 +57,7 @@ #include #include -#include +#include #include int is_mbuf_size[3] = { 0, 1024, 4096 }; @@ -307,7 +313,9 @@ int is_m_write_record(is_mtable *tab, const void *rec) mbuf = tab->cur_mblock->cur_mbuf = mbuf->next; mbuf->cur_record = 0; } + /* logf (LOG_DEBUG, "is_m_write_rec(rec == %d)", mbuf->cur_record); + */ memcpy(mbuf->data + mbuf->offset + mbuf->cur_record * is_keysize(tab->is), rec, is_keysize(tab->is)); mbuf->num++;