ndb post merge fixes (show engine ndb status)

sql/ha_ndbcluster.cc:
  ndb post merge fixes
This commit is contained in:
unknown 2005-09-21 13:22:27 +02:00
parent fbbe9bca0d
commit 92cc2b80c5

View file

@ -7413,7 +7413,7 @@ ndbcluster_show_status(THD* thd)
field_list.push_back(new Item_return_int("free", 10,MYSQL_TYPE_LONG));
field_list.push_back(new Item_return_int("sizeof", 10,MYSQL_TYPE_LONG));
if (protocol->send_fields(&field_list, 1))
if (protocol->send_fields(&field_list, Protocol::SEND_NUM_ROWS | Protocol::SEND_EOF))
DBUG_RETURN(TRUE);
if (get_thd_ndb(thd) && get_thd_ndb(thd)->ndb)