mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Polishing:
1) add support for joinable threads to Thread class; 2) move checking of thread model to Manager from mysqlmanager.cc, because it is needed only for IM-main process.
This commit is contained in:
@ -50,14 +50,6 @@ const int MAX_VERSION_LENGTH= 160;
|
||||
|
||||
const int MAX_INSTANCE_NAME_SIZE= FN_REFLEN;
|
||||
|
||||
#ifndef __WIN__
|
||||
/*
|
||||
This flag is set if mysqlmanager has detected that it is running on the
|
||||
system using LinuxThreads
|
||||
*/
|
||||
extern bool linuxthreads;
|
||||
#endif
|
||||
|
||||
extern const LEX_STRING mysqlmanager_version;
|
||||
|
||||
/* MySQL client-server protocol version: substituted from configure */
|
||||
|
Reference in New Issue
Block a user