unicode + multithreaded = crash

2004-07-21 Thread Silvio Lopes de Oliveira
MySQL Server 4.1.1 alpha MyODBC Connector: 3.51.08 Hello all, I am experiencing the following problem: I have an dialog-based MFC app using the CDatabase class to connect to a MySQL DB using ODBC. My connection string specifies a DSN with the connection information. Additionally, this is a Unic

OS X Version < 4.1 Multithreaded?

2004-06-11 Thread John May
I've heard some recent rumblings that MySQL before 4.1 wasn't multithreaded on OS X. However, in actual usage I see every indication that is IS. Does anyone have a definitive answer either way? Thanks! - John -- --

Re: Multithreaded?

2003-10-23 Thread Jeremy Zawodny
On Tue, Oct 21, 2003 at 10:13:55AM -0700, Greg(Bear) Casad wrote: > > All installations of mysql I have run ps -fax will show about 5 > mysql proccess running, even at idle. mysql or mysqld? > I compiled on a Redhat 9 box, it did find pthreads however ps > -fax show 1 mysqld process running.

Re: Multithreaded?

2003-10-21 Thread Mihai RUSU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Oct 2003, Greg(Bear) Casad wrote: > All installations of mysql I have run ps -fax will show about 5 mysql > proccess running, even at idle. Yep. > I compiled on a Redhat 9 box, it did find pthreads however ps -fax > show 1 mysqld proc

RE: Multithreaded?

2003-10-21 Thread Dathan Vance Pattishall
-->-Original Message- -->From: Greg(Bear) Casad [mailto:[EMAIL PROTECTED] -->Sent: Tuesday, October 21, 2003 10:14 AM -->To: [EMAIL PROTECTED] -->Subject: Multithreaded? --> -->All installations of mysql I have run ps -fax will show about 5 mysql -->proccess running, even a

Multithreaded?

2003-10-21 Thread Greg\(Bear\) Casad
All installations of mysql I have run ps -fax will show about 5 mysql proccess running, even at idle. I compiled on a Redhat 9 box, it did find pthreads however ps -fax show 1 mysqld process running. Is there a spot to configure spare proccess? -- Or verify that it is indeed compiled muli-th

multithreaded application core dumps

2001-11-19 Thread Narayana G.Nayak
Hi All, I have a multithreaded application using pthread library on solaris2.6. Application also uses mysql library to deal with mysql server. The version that I am using is 3.23.33. I am using the following libraries mysqlclient_r and z. But the application core dumps after running for sometime

gjt jdbc multithreaded?

2001-03-09 Thread Sheer El-Showk
file: java.lang.NumberFormatException at org.gjt.mm.mysql.ResultSet.getTimestamp(ResultSet.java:784) at org.gjt.mm.mysql.ResultSet.getObject(ResultSet.java:1103) at org.gjt.mm.mysql.ResultSet.getObject(ResultSet.java:1127) at my applications classes ... The application is a multithreaded server using normal java th

Multithreaded mysql client dumps core

2001-01-16 Thread mills
I'm using mysql-3.23.29-gamma on Solaris 2.6 sparc. I have a multithreaded mysql client that is linked to libmysqlclient_r. On startup, it dumps core after mysql_init() is called. More specifically, the fault is during the getservbyname() call in mysql_once_init(), which is part of libmy