Commit 367a23f6 authored by unknown's avatar unknown

mysqld.cc minor formatting change


sql/mysqld.cc:
  minor formatting change
parent 40fb6d21
......@@ -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))
......
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