14 messages in com.mysql.lists.plusplusRe: template queries and thread bug?
FromSent OnAttachments
Robert Gabriel LUPOIU11 Dec 2001 07:04 
The Lazy Fox11 Dec 2001 07:28 
Robert Gabriel LUPOIU11 Dec 2001 07:43 
Robert Gabriel LUPOIU11 Dec 2001 07:49 
The Lazy Fox11 Dec 2001 08:44 
Andrew Parker12 Dec 2001 09:51 
Andrius Armonas12 Dec 2001 10:57 
Sinisa Milivojevic13 Dec 2001 05:40 
Andrew Parker13 Dec 2001 07:38 
Sinisa Milivojevic13 Dec 2001 07:51 
Sinisa Milivojevic13 Dec 2001 07:51 
Andrew Parker13 Dec 2001 16:46 
Sinisa Milivojevic14 Dec 2001 05:39 
Andrew Parker14 Dec 2001 08:56 
Subject:Re: template queries and thread bug?
From:Sinisa Milivojevic (sin@mysql.com)
Date:12/14/2001 05:39:14 AM
List:com.mysql.lists.plusplus

Andrew Parker writes:

Before I spend more effort on this, I want to know if there is a known issue with using template queries and threads. It doesn't work for me, but maybe I'm doing something wrong. Even better, if someone does use template queries and threads let me know.

Best, Andrew

It has nothing to do with template queries.

It has to do with C++ exceptions. Those do not work with threads.

May be if you would try GNU 3.0.2 , then may be, but just mey be, that combination could work in some circumstances.

This is a known issue, which forces us to carefully build MySQL server not even to link in any portion of libstdc++.