Added libmysqld support to mysql_mon.c, removed comment from router.c

This commit is contained in:
vraatikka
2013-07-09 14:24:00 +03:00
parent 6f8c595871
commit 443e709227
2 changed files with 15 additions and 6 deletions

View File

@ -49,9 +49,6 @@ static void vilhos_test_for_query_classifier(void)
bool failp;
MYSQL* mysql = NULL;
/**
* Init libmysqld.
*/
ss_dassert(mysql_thread_safe());
mysql_thread_init();