Hi!
On Mar 05, Arkadiusz Miskiewicz wrote:
> Hi,
>
> This patch fixes errno usage. Often in mysql there is assumption
> that errno is simple int variable while it is not in glibc (>=2.3.1).
> It's a macro.
Thank you.
It was fixed since 4.0.11
(though, somehwhat simplified way - #include was add
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
On Wed, 5 Mar 2003, Arkadiusz Miskiewicz wrote:
> This patch fixes errno usage. Often in mysql there is assumption that
> errno is simple int variable while it is not in glibc (>=2.3.1). It's a
> macro.
Thanks! We've fixed this differently in th
Hi,
This patch fixes errno usage. Often in mysql there is assumption
that errno is simple int variable while it is not in glibc (>=2.3.1).
It's a macro.
See
http://lists.debian.org/debian-glibc/2002/debian-glibc-200212/msg00364.html
Patch by Artur Frysiak <[EMAIL PROTECTED]> that fixes that (and