"Andrew Finkenstadt" <[EMAIL PROTECTED]> wrote: > > I did not research how prepared statements have their vdbe opcodes > serialized or stored, and whether those opcodes depend on the size of the > Parse structure, whose size would be changing by bumping the writeMask or > cookieMask fields from u32 to u64; and if I needed to bump MAX_ATTACH even > higher, an entirely different way of tracking the cookieMask and writeMask. > > If they don't, then that's a moot point.
IIRC, the VDBE stores attached database information as integers, not as bitmasks. So I do not think you will have any problems. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

