mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 22:25:32 +02:00
Add embedded server build to the CMake build files.
cmakelists.txt: Move configure processing to top-level cmakelists.txt so that it can be shared by mysqld and libmysqld. libmysqld/lib_sql.cc: Temporary #ifdef to allow building from both bitkeeper sources and windows source package. libmysqld/libmysqld.def: Add export missing for test_libmysqld sql/cmakelists.txt: Move configure processing to top-level cmakelists.txt so that it can be shared by mysqld and libmysqld. sql/mysqld.cc: #ifdef out code that is not used, nor compiles, in embedded server. strings/cmakelists.txt: Add some missing sources to fix embedded server build.
This commit is contained in:
parent
33d8c89b45
commit
3f6872df37
7 changed files with 146 additions and 54 deletions
|
|
@ -3370,7 +3370,7 @@ static void create_shutdown_thread()
|
|||
}
|
||||
|
||||
|
||||
#if defined(__NT__) || defined(HAVE_SMEM)
|
||||
#if (defined(__NT__) || defined(HAVE_SMEM)) && !defined(EMBEDDED_LIBRARY)
|
||||
static void handle_connections_methods()
|
||||
{
|
||||
pthread_t hThread;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue