summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-09-10 14:01:02 +0300
committerbell@sanja.is.com.ua <>2004-09-10 14:01:02 +0300
commit5fff725e430a5d4142e75b121121c4e9d4979177 (patch)
treeac6849ba97c2655adaad147d095a2875ae197d4a /sql/sql_handler.cc
parent472de2636cb47ae5fa0b1b2cc811d11474a73c88 (diff)
parent4cb65274213e4cc844c7c92936e41c0a33188c0d (diff)
downloadmariadb-git-5fff725e430a5d4142e75b121121c4e9d4979177.tar.gz
Merge
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 4dc76ed6981..1443f9f9d5f 100644
--- a/sql/sql_handler.cc
+++ b/sql/sql_handler.cc
@@ -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);