1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Next part of merge. See TODO for details

This commit is contained in:
Michael Widenius
2012-08-14 17:23:34 +03:00
parent b39e6e3d09
commit 60589aeee0
701 changed files with 138276 additions and 2292 deletions

View File

@@ -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