Fixed typo
This commit is contained in:
@ -222,7 +222,7 @@ monitorMain(void *arg)
|
|||||||
thread_millisleep(1000);
|
thread_millisleep(1000);
|
||||||
|
|
||||||
if (handle->shutdown) {
|
if (handle->shutdown) {
|
||||||
mysql_thread_done();
|
mysql_thread_end();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ptr = handle->databases;
|
ptr = handle->databases;
|
||||||
|
|||||||
Reference in New Issue
Block a user