Commit 1378eda3 authored by monty@mysql.com's avatar monty@mysql.com

After merge fix (Lines lost in manual merge)

parent c44d6124
...@@ -454,6 +454,9 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables, ...@@ -454,6 +454,9 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
if (insert_fields(thd,tables,tables->db,tables->alias,&it)) if (insert_fields(thd,tables,tables->db,tables->alias,&it))
goto err0; goto err0;
select_limit+=offset_limit;
protocol->send_fields(&list,1);
/* /*
In ::external_lock InnoDB resets the fields which tell it that In ::external_lock InnoDB resets the fields which tell it that
the handle is used in the HANDLER interface. Tell it again that the handle is used in the HANDLER interface. Tell it again that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment