- 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
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
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