1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Minor fixes

This commit is contained in:
hf@bisonxp.(none)
2002-07-09 10:39:22 +05:00
parent 94e4fb9db4
commit bc7e8b0915
5 changed files with 11 additions and 4 deletions

View File

@ -813,6 +813,12 @@ bool select_send::send_data(List<Item> &items)
DBUG_ENTER("send_data");
if (unit->offset_limit_cnt)
{ // using limit offset,count
unit->offset_limit_cnt--;
DBUG_RETURN(0);
}
thd->packet.length(0);
while ((item=li++))
{