Commit b8dfb28e authored by tim@threads.polyesthetic.msg's avatar tim@threads.polyesthetic.msg
Browse files

mysqld.cc minor formatting change

parent cfe4b99d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1604,11 +1604,11 @@ int main(int argc, char **argv)
  }
#endif

  if ((flush_time && flush_time != ~(ulong) 0L)
  if (
#ifdef HAVE_BERKELEY_DB
      || !berkeley_skip
      !berkeley_skip ||
#endif
      )
      (flush_time && flush_time != ~(ulong) 0L))
  {
    pthread_t hThread;
    if (pthread_create(&hThread,&connection_attrib,handle_manager,0))