mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge from mysql-5.0-bugteam.
This commit is contained in:
@ -70,6 +70,18 @@ void my_net_local_init(NET *net)
|
||||
|
||||
C_MODE_END
|
||||
|
||||
/*
|
||||
Unused stub hook required for linking the client API.
|
||||
*/
|
||||
|
||||
C_MODE_START
|
||||
|
||||
void slave_io_thread_detach_vio()
|
||||
{
|
||||
}
|
||||
|
||||
C_MODE_END
|
||||
|
||||
|
||||
/*
|
||||
Every resource, which we can fail to acquire, is allocated in init().
|
||||
|
Reference in New Issue
Block a user