mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Update to new vio
This commit is contained in:
@ -265,11 +265,10 @@ vio_is_blocking(Vio * vio)
|
||||
}
|
||||
|
||||
|
||||
int vio_fastsend(Vio * vio __attribute__((unused)), my_bool onoff)
|
||||
int vio_fastsend(Vio * vio __attribute__((unused)))
|
||||
{
|
||||
int r=0;
|
||||
DBUG_ENTER("vio_fastsend");
|
||||
DBUG_PRINT("enter", ("onoff:%d", (int) onoff));
|
||||
|
||||
#ifdef IPTOS_THROUGHPUT
|
||||
{
|
||||
|
Reference in New Issue
Block a user