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

code cleanup

This commit is contained in:
unknown
2004-02-05 17:52:41 +04:00
parent 22b2067aa5
commit b911f9b0c0
2 changed files with 3 additions and 11 deletions

View File

@@ -495,7 +495,7 @@ bool select_send::send_data(List<Item> &items)
}
}
thd->sent_row_count++;
if (thd->bootstrap)
if (!thd->net.vio)
DBUG_RETURN(0);
bool error=my_net_write(&thd->net,(char*) packet->ptr(),packet->length());
DBUG_RETURN(error);