summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-06-22 14:10:02 +0200
committermsvensson@neptunus.(none) <>2005-06-22 14:10:02 +0200
commit85b9ffc4ca2e9a639b738110744e16c91c4fcacb (patch)
treee53068db54e844c159cf1431067a242ef99c4ed2 /sql/ha_ndbcluster.h
parent2af4f441fe5936712220538924389a23f06af03d (diff)
parent61a3e16bfd3181781f7577412e93964486a03bac (diff)
downloadmariadb-git-85b9ffc4ca2e9a639b738110744e16c91c4fcacb.tar.gz
Merged from mysql-4.1 to mysql-5.0
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r--sql/ha_ndbcluster.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h
index 9ea32e61190..d20fafa458f 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -681,7 +681,8 @@ int ndbcluster_discover(THD* thd, const char* dbname, const char* name,
const void** frmblob, uint* frmlen);
int ndbcluster_find_files(THD *thd,const char *db,const char *path,
const char *wild, bool dir, List<char> *files);
-int ndbcluster_table_exists(THD* thd, const char *db, const char *name);
+int ndbcluster_table_exists_in_engine(THD* thd,
+ const char *db, const char *name);
int ndbcluster_drop_database(const char* path);
void ndbcluster_print_error(int error, const NdbOperation *error_op);