diff options
author | msvensson@neptunus.(none) <> | 2005-06-22 14:10:02 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-06-22 14:10:02 +0200 |
commit | 85b9ffc4ca2e9a639b738110744e16c91c4fcacb (patch) | |
tree | e53068db54e844c159cf1431067a242ef99c4ed2 /sql/ha_ndbcluster.h | |
parent | 2af4f441fe5936712220538924389a23f06af03d (diff) | |
parent | 61a3e16bfd3181781f7577412e93964486a03bac (diff) | |
download | mariadb-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.h | 3 |
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); |