1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fix for bug #7285: Disable start of embedded server when need to

connect to an external server with mysqld.
This commit is contained in:
georg@beethoven.local
2004-12-15 12:36:01 +01:00
parent 91457448c2
commit 8482a2fc50

View File

@ -158,6 +158,7 @@ int STDCALL mysql_server_init(int argc __attribute__((unused)),
(void) signal(SIGPIPE, SIG_IGN);
#endif
#ifdef EMBEDDED_LIBRARY
if (argc > -1)
result= init_embedded_server(argc, argv, groups);
#endif
}