mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Next part of merge. See TODO for details
This commit is contained in:
parent
b39e6e3d09
commit
60589aeee0
701 changed files with 138234 additions and 2250 deletions
|
|
@ -1361,7 +1361,7 @@ static int change_group(connection_t *c,
|
|||
thread_group_t *new_group)
|
||||
{
|
||||
int ret= 0;
|
||||
int fd = c->thd->net.vio->sd;
|
||||
int fd= mysql_socket_getfd(c->thd->net.vio->mysql_socket);
|
||||
|
||||
DBUG_ASSERT(c->thread_group == old_group);
|
||||
|
||||
|
|
@ -1389,7 +1389,7 @@ static int change_group(connection_t *c,
|
|||
|
||||
static int start_io(connection_t *connection)
|
||||
{
|
||||
int fd = connection->thd->net.vio->sd;
|
||||
int fd = mysql_socket_getfd(connection->thd->net.vio->mysql_socket);
|
||||
|
||||
/*
|
||||
Usually, connection will stay in the same group for the entire
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue