mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Minor fixes
This commit is contained in:
@ -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++))
|
||||
{
|
||||
|
Reference in New Issue
Block a user