inn-BETA-20000629, tradindexed corrupted group entry

Erik Mouritzen unilerik at erik.net.uni-c.dk
Mon Jul 3 10:55:53 UTC 2000


On Mon, 3 Jul 2000, Katsuhiro Kondou wrote:

> Hm, how about attached?  Before restarting innd, you need
> to remove pathoverview/group.index(not whole overview data).

I have tested attached on one of my other systems running 2.3(beta).
(keeping my production server out of testing right now).

But, still having the problem with "tradindexed corrupted group entry"
when specifing a value to XOVER lower than lowwatermarking.

/Erik

> --- storage/ov3/ov3.c.orig    Wed Jun 28 17:01:59 2000  
> +++ storage/ov3/ov3.c Mon Jul  3 18:30:43 2000
> @@ -285,10 +285,10 @@
>      loc = GROUPnewnode();
>      ge = &GROUPentries[loc.recno];
>      ge->hash = grouphash;
> -    if (lo != 0)
> -     ge->low = lo;
>      ge->high = hi;
>      ge->deleted = ge->low = ge->base = ge->count = 0;
> +    if (lo != 0)
> +     ge->low = lo;
>      ge->flag = *flag;
>      ge->next = GROUPheader->hash[i];
>      GROUPheader->hash[i] = loc;   




More information about the inn-workers mailing list