1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

post merge fixes

This commit is contained in:
bell@sanja.is.com.ua
2004-09-10 02:22:44 +03:00
parent 336cb5f8be
commit a23857e071
14 changed files with 81 additions and 62 deletions

View File

@ -249,7 +249,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);