Re: Re: Reg. determining version

2001-04-23 Thread Aigars Grins
- Original Message - From: <[EMAIL PROTECTED]> To: "Aigars Grins" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 10:51 PM Subject: Re: Re: Reg. determining version > Your message cannot be posted because it appears to be either spam or > simply off topic

Re: Reg. determining version

2001-04-23 Thread Paul DuBois
On Mon, Apr 23, 2001 at 08:37:31PM +0100, Aigars Grins wrote: > When using there is defined a: > > MYSQL_VERSION_ID > > It's defined as something like: > > 32235 > > I guess this is representing version 3.33.35. > > Is this the 'right' way of determining version? I want to do somethi

Reg. determining version

2001-04-23 Thread Aigars Grins
Hi, When using there is defined a: MYSQL_VERSION_ID It's defined as something like: 32235 I guess this is representing version 3.33.35. Is this the 'right' way of determining version? I want to do something like an ifdef to incorporate support in my code for different versions of My