Fixed typo

This commit is contained in:
vraatikka 2013-07-09 16:33:40 +03:00
parent 04a05e316c
commit dc4a8f5ff5

View File

@ -222,7 +222,7 @@ monitorMain(void *arg)
thread_millisleep(1000);
if (handle->shutdown) {
mysql_thread_done();
mysql_thread_end();
return;
}
ptr = handle->databases;