mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix a Windows + embedded library build
This commit is contained in:
@ -1956,9 +1956,11 @@ static BOOL WINAPI console_event_handler( DWORD type )
|
|||||||
between main thread doing initialization and CTRL-C thread doing
|
between main thread doing initialization and CTRL-C thread doing
|
||||||
cleanup, which can result into crash.
|
cleanup, which can result into crash.
|
||||||
*/
|
*/
|
||||||
|
#ifndef EMBEDDED_LIBRARY
|
||||||
if(hEventShutdown)
|
if(hEventShutdown)
|
||||||
kill_mysql();
|
kill_mysql();
|
||||||
else
|
else
|
||||||
|
#endif
|
||||||
sql_print_warning("CTRL-C ignored during startup");
|
sql_print_warning("CTRL-C ignored during startup");
|
||||||
DBUG_RETURN(TRUE);
|
DBUG_RETURN(TRUE);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user