Commit 59a91d0e authored by unknown's avatar unknown

Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime

into  bodhi.(none):/opt/local/work/mysql-5.1-27430


sql/mysqld.cc:
  Auto merged
parents fd8253af 2cf97bdb
......@@ -1956,9 +1956,11 @@ static BOOL WINAPI console_event_handler( DWORD type )
between main thread doing initialization and CTRL-C thread doing
cleanup, which can result into crash.
*/
#ifndef EMBEDDED_LIBRARY
if(hEventShutdown)
kill_mysql();
else
#endif
sql_print_warning("CTRL-C ignored during startup");
DBUG_RETURN(TRUE);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment