1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

More work on interfaces

This commit is contained in:
Mikael Ronström
2011-02-16 20:38:35 +01:00
parent b04b333e25
commit fef450b17f
3 changed files with 51 additions and 8 deletions

View File

@ -4895,6 +4895,14 @@ static bool read_init_file(char *file_name)
}
/**
Increment number of created threads
*/
void inc_thread_created(void)
{
thread_created++;
}
#ifndef EMBEDDED_LIBRARY
/*