diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-14 12:32:33 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-14 12:32:33 +0100 |
commit | 9d9d7582084212fa85355cc1dad850b231d9c876 (patch) | |
tree | 935c456444b83f0e9e42f74d6025351b14f240fa /sql/ha_ndbcluster.h | |
parent | e1e34b516cff8b17896b9da0c3b11c3987527ef1 (diff) | |
download | mariadb-git-9d9d7582084212fa85355cc1dad850b231d9c876.tar.gz |
added support for 'show status like 'Ndb%''
added number_of_replicas printout in show table status
mysql-test/r/ndb_alter_table.result:
added number_of_replicas to show table status printout
mysql-test/r/ndb_autodiscover.result:
added number_of_replicas to show table status printout
ndb/include/ndbapi/NdbDictionary.hpp:
added get method for replica count
ndb/include/ndbapi/ndb_cluster_connection.hpp:
added get method of node id
ndb/src/ndbapi/NdbDictionary.cpp:
added get method for replica count
ndb/src/ndbapi/ndb_cluster_connection.cpp:
added get method of node id
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 16d1d7d088b..05bb5233664 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -279,6 +279,8 @@ class ha_ndbcluster: public handler friend int execute_no_commit_ie(ha_ndbcluster*, NdbTransaction*); }; +extern struct show_var_st ndb_status_variables[]; + bool ndbcluster_init(void); bool ndbcluster_end(void); |