mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Portability fix extern "C" static -> extern "C"
This commit is contained in:
@ -915,7 +915,7 @@ void kill_delayed_threads(void)
|
||||
* Create a new delayed insert thread
|
||||
*/
|
||||
|
||||
extern "C" static pthread_handler_decl(handle_delayed_insert,arg)
|
||||
extern "C" pthread_handler_decl(handle_delayed_insert,arg)
|
||||
{
|
||||
delayed_insert *di=(delayed_insert*) arg;
|
||||
THD *thd= &di->thd;
|
||||
|
Reference in New Issue
Block a user