Commit a06f6f3a authored by unknown's avatar unknown

Fix compiler error on mysqld.cc


sql/mysqld.cc:
  Fix compiler error adding a missed )
parent 6b272926
......@@ -2003,7 +2003,7 @@ The server will not act as a slave.");
#ifdef __NT__
if (hPipe == INVALID_HANDLE_VALUE &&
(!have_tcpip || opt_disable_networking)
(!have_tcpip || opt_disable_networking))
{
sql_print_error("TCP/IP or --enable-named-pipe should be configured on NT OS");
unireg_abort(1);
......
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