mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge
sql/sql_handler.cc: Auto merged mysql-test/r/view.result: SCCS merged mysql-test/t/view.test: SCCS merged
This commit is contained in:
@ -253,7 +253,7 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
|
||||
|
||||
it++; // Skip first NULL field
|
||||
|
||||
insert_fields(thd, tables, tables->db, tables->alias, &it, 0);
|
||||
insert_fields(thd, tables, tables->db, tables->alias, &it, 0, 0);
|
||||
|
||||
select_limit+=offset_limit;
|
||||
protocol->send_fields(&list, Protocol::SEND_NUM_ROWS | Protocol::SEND_EOF);
|
||||
|
Reference in New Issue
Block a user