mysqld.cc minor formatting change
This commit is contained in:
parent
cfe4b99dcf
commit
b8dfb28e3c
@ -1604,11 +1604,11 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ((flush_time && flush_time != ~(ulong) 0L)
|
if (
|
||||||
#ifdef HAVE_BERKELEY_DB
|
#ifdef HAVE_BERKELEY_DB
|
||||||
|| !berkeley_skip
|
!berkeley_skip ||
|
||||||
#endif
|
#endif
|
||||||
)
|
(flush_time && flush_time != ~(ulong) 0L))
|
||||||
{
|
{
|
||||||
pthread_t hThread;
|
pthread_t hThread;
|
||||||
if (pthread_create(&hThread,&connection_attrib,handle_manager,0))
|
if (pthread_create(&hThread,&connection_attrib,handle_manager,0))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user