Remove the thread-safety flag from the kdb plugin interface. Instead, have the kdb code assume the plugin is thread safe, and implement some quick and dirty wrapper functions in the db2 plugin to make it use a local mutex. There's still some mutex code in the kdb library that should be reviewed, and simplified or removed. Commit By: raeburn Revision: 17611 Changed Files: U trunk/src/lib/kdb/ChangeLog U trunk/src/lib/kdb/kdb5.c U trunk/src/lib/kdb/kdb5.h U trunk/src/plugins/kdb/db2/ChangeLog U trunk/src/plugins/kdb/db2/Makefile.in U trunk/src/plugins/kdb/db2/db2_exp.c U trunk/src/plugins/kdb/db2/kdb_db2.h