diff options
author | jonas@perch.ndb.mysql.com <> | 2005-09-20 10:46:33 +0200 |
---|---|---|
committer | jonas@perch.ndb.mysql.com <> | 2005-09-20 10:46:33 +0200 |
commit | 2119a88abebd96b3790a12dde14269367defed95 (patch) | |
tree | 60995e94c892ece45bee712856f8b9becfb7d1df /sql/ha_ndbcluster.h | |
parent | e813de68831fa4ad5d045d941c5428dc271e3c61 (diff) | |
parent | 668a192ce59ecf09b191770a795e8129432d574a (diff) | |
download | mariadb-git-2119a88abebd96b3790a12dde14269367defed95.tar.gz |
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
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 034bb9292e8..2a1d51724d4 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -728,3 +728,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*); |