summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.h
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2006-01-31 01:37:48 +0100
committertomas@poseidon.ndb.mysql.com <>2006-01-31 01:37:48 +0100
commitf10a7edff59e6f71b33306b28ede42e91910217c (patch)
treef90159e8d613c0359815c8657a27d03466d34aa7 /sql/ha_ndbcluster_binlog.h
parent86a15e5e86f5365b3e217ad0bdbaa56685d6a6d2 (diff)
downloadmariadb-git-f10a7edff59e6f71b33306b28ede42e91910217c.tar.gz
Bug #16851, log floods with ndb discover messages
+ fix crashing bug when discovering ndb tables outside select context
Diffstat (limited to 'sql/ha_ndbcluster_binlog.h')
-rw-r--r--sql/ha_ndbcluster_binlog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster_binlog.h b/sql/ha_ndbcluster_binlog.h
index e8582ab659a..a9ba29447ff 100644
--- a/sql/ha_ndbcluster_binlog.h
+++ b/sql/ha_ndbcluster_binlog.h
@@ -90,7 +90,8 @@ int ndbcluster_handle_drop_table(Ndb *ndb, const char *event_name,
NDB_SHARE *share);
void ndb_rep_event_name(String *event_name,
const char *db, const char *tbl);
-
+int ndb_create_table_from_engine(THD *thd, const char *db,
+ const char *table_name);
int ndbcluster_binlog_start();
pthread_handler_t ndb_binlog_thread_func(void *arg);