--On Wednesday, February 19, 2003 10:31 AM -0800 Paul Querna <[EMAIL PROTECTED]> wrote:

The default lib mysqlclient is *only* not thread safe in the
mysql_connect  (hence the mutex locking around those areas), but
everything else is thread  safe.  The specialy compiled thread safe
library is thread safe in all  functions.
Is there a way to detect this at compile-time such that we don't need to obtain the mutex when we have the good version? -- justin


Reply via email to