1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- More "local" code in show_explain.test

- Better comments
- Make unittest compile on Windows
This commit is contained in:
Sergey Petrunya
2012-06-30 06:05:06 +04:00
parent b9093d370b
commit 00ff7345fa
5 changed files with 9 additions and 8 deletions

View File

@ -84,6 +84,7 @@ void *test_apc_service_thread(void *ptr)
mysql_mutex_destroy(&target_mutex);
my_thread_end();
pthread_exit(0);
return NULL;
}