summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-09-10 02:22:44 +0300
committerbell@sanja.is.com.ua <>2004-09-10 02:22:44 +0300
commita23857e071f2c745c8bddc748d365ff0ab311952 (patch)
treeb045cc181c0717a5a6787cfc01d4a6744ac330c6 /sql/sql_handler.cc
parent336cb5f8be3c0260a35c919ec875b8adca195d39 (diff)
downloadmariadb-git-a23857e071f2c745c8bddc748d365ff0ab311952.tar.gz
post merge fixes
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r--sql/sql_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_handler.cc b/sql/sql_handler.cc
index 0df3d617d7f..f95291d914e 100644
--- a/sql/sql_handler.cc
+++ b/sql/sql_handler.cc
@@ -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);