Matt Wilson wrote:
On Wed, Sep 08, 2004 at 11:53:30AM -0400, Matt Wilson wrote:
That's not the solution. Your btree cursor (and other pointers) are
being truncated:
Here's a patch to correct this. There are also some cosmetic changes
to reduce warnings on 64 bit platforms. The patch may need to be
modified to keep from breaking Windows. Probably making more
functions like getDbPointer() and getStmtPointer() would be a good
idea.
Thanks for the patch. Unfortunately, the %p converstion is
not implemented consistently across all compilers. I tried
using it once before and received lots of complaints. I
don't want to go there again if I can avoid it.
I'll do something different that is more likely to work on
a larger subset of machines.
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565