On Mon, 26 Nov 2001, Sinisa Milivojevic wrote:
> Quentin Bennett writes:
> > So, if you pass NULL in as the first parameter to mysql_real_connect, a
> > possibility opened up by the manual . . .
>
> There is no indication in our documentation that NULL should be passed
> as a first parameter in my
Quentin Bennett writes:
> So, if you pass NULL in as the first parameter to mysql_real_connect, a
> possibility opened up by the manual, what is the return. If it is "a MYSQL*
> connection handle if the connection was successful", where did the space for
> that handle come from.
>
> I agree with
TECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: API documentation issue : inconsistency in
mysql_real_connect documentation
M. A. Alves writes:
> What is the semantics of passing a NULL mysql connection to
> mysql_real_connect()? Does it create a new handler? This is the only
> possible in