diff options
author | bell@sanja.is.com.ua <> | 2004-09-10 02:22:44 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-09-10 02:22:44 +0300 |
commit | a23857e071f2c745c8bddc748d365ff0ab311952 (patch) | |
tree | b045cc181c0717a5a6787cfc01d4a6744ac330c6 /sql/sql_handler.cc | |
parent | 336cb5f8be3c0260a35c919ec875b8adca195d39 (diff) | |
download | mariadb-git-a23857e071f2c745c8bddc748d365ff0ab311952.tar.gz |
post merge fixes
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r-- | sql/sql_handler.cc | 2 |
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); |