X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frecindex.c;h=4563fc469ec16fce847277ded74acfb0dd7b7305;hb=cc9f94a61cbd9dcc0df0cf7d0c7c41d2cec88189;hp=72e8259ce00f3ae3c4f97096a3857b8d89dc880e;hpb=04a991ce4fba7c149df537f3050af0e600c23b28;p=idzebra-moved-to-github.git diff --git a/index/recindex.c b/index/recindex.c index 72e8259..4563fc4 100644 --- a/index/recindex.c +++ b/index/recindex.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recindex.c,v $ - * Revision 1.31 2001-02-26 22:14:59 adam + * Revision 1.32 2002-04-05 08:46:26 adam + * Zebra with full functionality + * + * Revision 1.31 2001/02/26 22:14:59 adam * Updated for BZIP2 1.0.X. Configure script doesn't enable 64 bit LFS * on broken glibc on Redhat 7.0. * @@ -841,14 +844,6 @@ static Record rec_new_int (Records p) sysno = p->head.index_free; p->head.index_free = entry.next; } -#if ZMBOL -#else - if (sysno > 100000) - { - logf (LOG_FATAL, "100,000 record limit reached"); - exit (1); - } -#endif (p->head.no_records)++; rec->sysno = sysno; for (i = 0; i < REC_NO_INFO; i++)