summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2005-09-19 15:35:07 +0200
committerunknown <jonas@perch.ndb.mysql.com>2005-09-19 15:35:07 +0200
commitb390a1a4000d15588162cddc445fb9663ae3c089 (patch)
treefe6285c964091b9461ed089a7bef0de93bb2d58b /sql/ha_ndbcluster.h
parent90e6060858c4db92af07e1624ee7347d2d95b0f4 (diff)
downloadmariadb-git-b390a1a4000d15588162cddc445fb9663ae3c089.tar.gz
ndb - imlp. show engine ndb status;
that dump free list allocation per connection sql/ha_ndbcluster.cc: imlp. show engine ndb status; that dump free list allocation per connection sql/ha_ndbcluster.h: imlp. show engine ndb status; that dump free list allocation per connection sql/mysqld.cc: imlp. show engine ndb status; that dump free list allocation per connection sql/sql_lex.h: imlp. show engine ndb status; that dump free list allocation per connection sql/sql_parse.cc: imlp. show engine ndb status; that dump free list allocation per connection sql/sql_yacc.yy: imlp. show engine ndb status; that dump free list allocation per connection
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 4b3a30fb9b9..90d5d59cabe 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -279,3 +279,5 @@ int ndbcluster_table_exists_in_engine(THD* thd,
int ndbcluster_drop_database(const char* path);
void ndbcluster_print_error(int error, const NdbOperation *error_op);
+
+int ndbcluster_show_status(THD*);