mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
ndb post merge fixes (show engine ndb status)
sql/ha_ndbcluster.cc: ndb post merge fixes
This commit is contained in:
parent
fbbe9bca0d
commit
92cc2b80c5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue