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:
@ -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
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user