~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/mysqld.cc

Removed non-fcntl code and made it a fatal configure error if it's not there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3107
3107
  if (ip_sock != INVALID_SOCKET)
3108
3108
  {
3109
3109
    FD_SET(ip_sock,&clientFDs);
3110
 
#ifdef HAVE_FCNTL
3111
3110
    ip_flags = fcntl(ip_sock, F_GETFL, 0);
3112
 
#endif
3113
3111
  }
3114
3112
  DBUG_PRINT("general",("Waiting for connections."));
3115
3113
  MAYBE_BROKEN_SYSCALL;