Bug #55405 mysql_thread_init() should complain when using non-thread-safe client
Submitted: 20 Jul 2010 16:02 Modified: 20 Jul 2010 16:09
Reporter: Domas Mituzas Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S4 (Feature request)
Version:5.1-bzr OS:Any
Assigned to: CPU Architecture:Any

[20 Jul 2010 16:02] Domas Mituzas
Description:
when not-thread-safe client is used to build threaded mysql software, it silently allows mysql_thread_init() - it should assert/fail/warn/etc :)

How to repeat:
build threaded mysql software with -lmysqlclient

Suggested fix:
warn/assert/fail!