RE: mysql gui core dump on Solaris 2.8

2001-03-24 Thread Sinisa Milivojevic
deCarmo, Linden writes: > > Hi! > > > > It is from the bug in MySQL++. > > > > I am sending you a patch in direct mail. > > > > > > Regards, > > > > Sinisa > > Thanks for the patch. It solved the core dump, but now mysql_real_connect() > is failing rather than core dumping. >

RE: mysql gui core dump on Solaris 2.8

2001-03-23 Thread deCarmo, Linden
> Hi! > > It is from the bug in MySQL++. > > I am sending you a patch in direct mail. > > > Regards, > > Sinisa Thanks for the patch. It solved the core dump, but now mysql_real_connect() is failing rather than core dumping. connection.cc then throws an exception, but the exception catchin

Re: mysql gui core dump on Solaris 2.8

2001-03-23 Thread Sinisa Milivojevic
deCarmo, Linden writes: > I was able to build the mysql gui on Solaris 2.8, but it core dumps every > time on the following line in connection.cc > > if (mysql_real_connect(&mysql,host,user,passwd,db, > port,socket_name,client_flag)) > > called from either: > > 1232 > con->real