Subject | Re: [firebird-support] Might be off topic - about on disk structure |
---|---|
Author | Vlad Horsun |
Post date | 2007-07-18T14:14:55Z |
> And here's how I'm trying to make sense of it:You must ignore next 3 bytes as next field "rhdf_f_page" is a SLONG
>
> 1F 01 00 00 <- rhdf_transaction
> 00 00 00 00 <- rhdf_b_page
> 00 00 <- rhdf_b_line
> 08 00 <- rhdf_flags (08 == "incomplete")
> 01 <- rhdf_format
and aligned on sizeof(SLONG) boundary
> 16 14 FE 6E <- rhdf_f_page / next gragment pageI think, yes
> 16 00 <- rhdf_f_line / next fragment line
>
> All the "rdf's" are out of ods.h
>
> There are a few issues here:
> (1) Does this belong to the "devel" list?
Regards,
Vlad