On Thu, 2007-08-23 at 12:52 +0900, 玉越大輝 wrote: > This may be a bug of libmysqlclient15_r.so in the linux distribution > I'm using now(Ubuntu Linux Server 7.04).
Possibly. Did you try against some other MySQL version? What's confusing in the manual is that mysql_thread_end() is something that must be explicitly called (unlike mysql_thread_init()) to avoid a memory leak: http://dev.mysql.com/doc/refman/4.1/en/mysql-thread-end.html http://dev.mysql.com/doc/refman/5.0/en/mysql-thread-end.html http://dev.mysql.com/doc/refman/5.1/en/mysql-thread-end.html Could you ask on MySQL list how are these things actually supposed to be used? -- Bojan
