11 messages in com.mysql.lists.plusplusRe: Aborted Message on Query
FromSent OnAttachments
Daniel Hoult12 Mar 2004 13:04 
Sinisa Milivojevic13 Mar 2004 05:06 
Daniel Hoult13 Mar 2004 18:25 
Jae Joo13 Mar 2004 19:26 
Sinisa Milivojevic15 Mar 2004 03:29 
Sinisa Milivojevic15 Mar 2004 03:30 
Daniel Hoult15 Mar 2004 09:07 
Jae Joo15 Mar 2004 10:45 
Jae Joo15 Mar 2004 10:49 
Daniel Hoult15 Mar 2004 10:51 
Sinisa Milivojevic16 Mar 2004 04:23 
Subject:Re: Aborted Message on Query
From:Sinisa Milivojevic (sin@mysql.com)
Date:03/15/2004 03:30:54 AM
List:com.mysql.lists.plusplus

Jae Joo wrote:

I wonder that the copy constructor is working correctly or not of Connection.

Here is my sample main program int main() { Connection con("database", "localhost", "user",""); cout<<"Connected.."<<endl return 0; } The above program prints "Connected...". It is ok. But initialize the Connection for test and run.

int main() { Connection con("database", "localhost", "user",""); Connection con_dest=con; cout<<"Connected.."<<endl return 0; } ??????

Jae

In 1.7.9 it is definitely working correctly.

There was a bug fixed in 1.7.7 with this constructor.

--

Sincerely,

Meet the MySQL at User Conference ! (April 14-16, 2004) http://www.mysql.com/uc2004/