On Wed, Feb 06, 2002 at 07:17:13PM +0200, Sinisa Milivojevic wrote:
> Albert Chin writes:
> > 
> > $ grep SIZEOF_LONG config.h
> > #define SIZEOF_LONG 8
> > #define SIZEOF_LONG_LONG 8
> > 
> > $ grep SIZEOF_LONG incldue/my_config.h
> > #define SIZEOF_LONG 8
> > #define SIZEOF_LONG_LONG 8
> > 
> > -- 
> > albert chin ([EMAIL PROTECTED])
> 
> If SIZEOF_INT is 4, then it could be our bug.

However, according to
http://docs.sun.com/ab2/coll.45.13/SOL64TRANS/%40Ab2PageView/1865;td=5?Ab2Lang=C
&Ab2Enc=iso-8859-1,
in the LP64 (64-bit) environment, int is 32-bits and long is 64-bits
so it would appear SIZEOF_INT == 4 is correct above. Could MySQL be
doing something else odd?

-- 
albert chin ([EMAIL PROTECTED])

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to