Re[12]: Warning: Got signal 14 from thread X

2001-03-23 Thread Michael Widenius
Hi! > "BAUMEISTER" == BAUMEISTER Alexandre <[EMAIL PROTECTED]> writes: BAUMEISTER> Sinisa, BAUMEISTER> This time I compiled with : BAUMEISTER> CFLAGS=-DSOLARIS CXXFLAGS="-DSOLARIS -felide-constructors -fno-exceptions -fno-rtti" ./configure BAUMEISTER> --prefix=/usr/local/mysql --witho

Re[12]: Warning: Got signal 14 from thread X

2001-03-21 Thread BAUMEISTER Alexandre
Sinisa, This time I compiled with : CFLAGS=-DSOLARIS CXXFLAGS="-DSOLARIS -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --without-bench --enable-thread-safe-client --with-innobase --without-debug --with-named-thread-libs=-lthread --without-berkeley-db

Re[12]: Warning: Got signal 14 from thread X

2001-03-21 Thread BAUMEISTER Alexandre
Bonjour, SM> Ok, start from the fresh tarball. Beside everything, add (in configure SM> options): SM> --with-mit-threads=no == My last try (for today) : CFLAGS=-DSOLARIS \ CXXFLAGS="-DSOLARIS -felide-constructors -fno-e

Re: Re[12]: Warning: Got signal 14 from thread X

2001-03-21 Thread Sinisa Milivojevic
BAUMEISTER Alexandre writes: > Sinisa, > > If I had a thread on my daemons which executes a mysql_ping() each > 30 secondes and increase net_read_timeout to 60 will it be ok ? Does > a mysql_ping() reset net_read and net_write timer ? > > Alex. > > > Alex mon ami, This

Re[12]: Warning: Got signal 14 from thread X

2001-03-21 Thread BAUMEISTER Alexandre
Sinisa, SM> > These are daemon programs ... not exiting. I've about 10 programs SM> > initialising a connection and then looping, doing some updates on SM> > table while receiving data from another input. SM> > SM> > The schema is : SM> > SM> > 1. Connecting to Mysql S

Re[12]: Warning: Got signal 14 from thread X

2001-03-21 Thread BAUMEISTER Alexandre
Sinisa, SM> > These are daemon programs ... not exiting. I've about 10 programs SM> > initialising a connection and then looping, doing some updates on SM> > table while receiving data from another input. SM> > SM> > The schema is : SM> > SM> > 1. Connecting to Mysql S