mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
After merge fix (Lines lost in manual merge)
This commit is contained in:
parent
c44d6124ed
commit
1378eda3c4
1 changed files with 3 additions and 0 deletions
|
@ -454,6 +454,9 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
|
|||
if (insert_fields(thd,tables,tables->db,tables->alias,&it))
|
||||
goto err0;
|
||||
|
||||
select_limit+=offset_limit;
|
||||
protocol->send_fields(&list,1);
|
||||
|
||||
/*
|
||||
In ::external_lock InnoDB resets the fields which tell it that
|
||||
the handle is used in the HANDLER interface. Tell it again that
|
||||
|
|
Loading…
Reference in a new issue