11 messages in com.mysql.lists.plusplusRe: Aborted Message on Query| From | Sent On | Attachments |
|---|---|---|
| Daniel Hoult | 12 Mar 2004 13:04 | |
| Sinisa Milivojevic | 13 Mar 2004 05:06 | |
| Daniel Hoult | 13 Mar 2004 18:25 | |
| Jae Joo | 13 Mar 2004 19:26 | |
| Sinisa Milivojevic | 15 Mar 2004 03:29 | |
| Sinisa Milivojevic | 15 Mar 2004 03:30 | |
| Daniel Hoult | 15 Mar 2004 09:07 | |
| Jae Joo | 15 Mar 2004 10:45 | |
| Jae Joo | 15 Mar 2004 10:49 | |
| Daniel Hoult | 15 Mar 2004 10:51 | |
| Sinisa Milivojevic | 16 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,
-- For technical support contracts, go to https://order.mysql.com/?ref=msmi __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <sin...@mysql.com> / /|_/ / // /\ \/ /_/ / /__ MySQL AB /_/ /_/\_, /___/\___\_\___/ Full time Developer and Support Coordinator <___/ www.mysql.com Larnaca, Cyprus
Meet the MySQL at User Conference ! (April 14-16, 2004) http://www.mysql.com/uc2004/




