Re: MyODBC, DBUG and multi-threaded clients

2001-09-11 Thread Peter Duffy
Hi Monty, Michael Widenius wrote: > > Hi! > > > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: > > Sinisa> Peter Duffy writes: > >> Hi Sinisa, > >> > >> My problems are within the mysqlclient and MyODBC libraries, both used > >> directly by the application (and therefore all on

Re: MyODBC, DBUG and multi-threaded clients

2001-09-10 Thread Peter Duffy
Hi Monty, Michael Widenius wrote: > > Hi! > > I have a small comment to this. > > > Note that you will get crashes in the DBUG package if you call any > MySQL function inside a thread that hasn't called mysql_init() or > mysql_connect(). > > If you want to use MySQL functions in threads that

Re: MyODBC, DBUG and multi-threaded clients

2001-09-06 Thread Michael Widenius
Hi! I have a small comment to this. > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: >> I have no interest in any other clients except possibly to investigate >> whether or not they produced anything like the same behaviour that I am >> observing with my own application. >>

Re: MyODBC, DBUG and multi-threaded clients

2001-09-06 Thread Michael Widenius
Hi! > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Peter Duffy writes: >> Hi Sinisa, >> >> My problems are within the mysqlclient and MyODBC libraries, both used >> directly by the application (and therefore all on the "client" side of >> the socket.) Both the mysqlcl

Re: MyODBC, DBUG and multi-threaded clients

2001-09-05 Thread Sinisa Milivojevic
Peter Duffy writes: > Hi Sinisa, > > My problems are within the mysqlclient and MyODBC libraries, both used > directly by the application (and therefore all on the "client" side of > the socket.) Both the mysqlclient and MyODBC libraries do (or in my case > did) contain calls to the DBUG function

Re: MyODBC, DBUG and multi-threaded clients

2001-09-04 Thread Peter Duffy
Hi Sinisa, Sinisa Milivojevic wrote: > > Peter Duffy writes: > > Hi Sinisa, > > > > > > Do you know of any which are specifically accessed by multi-threaded > > client applications via ODBC? (If so, I'd really like to know, so that I > > can try to get hold of copies of the client applications

Re: MyODBC, DBUG and multi-threaded clients

2001-09-04 Thread Sinisa Milivojevic
Peter Duffy writes: > Hi Sinisa, > > > Do you know of any which are specifically accessed by multi-threaded > client applications via ODBC? (If so, I'd really like to know, so that I > can try to get hold of copies of the client applications to test in my > own environment.) > As you very we

Re: MyODBC, DBUG and multi-threaded clients

2001-09-03 Thread Peter Duffy
Hi Sinisa, Sinisa Milivojevic wrote: > As an example, mysql server is a multi-threaded program and when > compile --with-debug it uses DBUG function. I know. As I said, one of my main problems is that MyODBC does not have a --without-debug option. > > There are literally thousands and thousan

Re: MyODBC, DBUG and multi-threaded clients

2001-09-03 Thread Sinisa Milivojevic
Peter Duffy writes: > > Versions: > > Linux: Redhat 6.2, kernel 2.2.16-3 (using Terje Malmedal's coredump > patch from http://www.movement.uklinux.net - there are a number of > patches addressing the threaded coredump issue, but this one was > specific for my kernel and it sure as hell did the b