X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fmemory.c;h=027b72cb87efdf0383b82c9e71f0d6dca00be944;hb=b8d492961ba89859e02543581d097b75a59b546c;hp=b57d2f92a1c22b4da26368823433eab1ffe4ca68;hpb=34e1e6c2ddbbd31f9c4b8401c973ed7fae9eda34;p=idzebra-moved-to-github.git diff --git a/isam/memory.c b/isam/memory.c index b57d2f9..027b72c 100644 --- a/isam/memory.c +++ b/isam/memory.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: memory.c,v $ - * Revision 1.12 1996-03-11 14:52:23 quinn + * 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. * @@ -307,7 +310,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++;