summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2006-01-31 15:40:26 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2006-01-31 15:40:26 +0100
commit04120069532bbded81f6d83646e58ab06811143c (patch)
tree131c53e3904ef6132c89a81cdfc4c6e90158e3e4 /sql/ha_ndbcluster_binlog.h
parent91b0d093fd3650cd2eea25fef454cd8e67bc79ba (diff)
downloadmariadb-git-04120069532bbded81f6d83646e58ab06811143c.tar.gz
Bug #16851 Cluster: Auto Database Push is not working properly
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 a9ba29447ff..f1a08625a34 100644
--- a/sql/ha_ndbcluster_binlog.h
+++ b/sql/ha_ndbcluster_binlog.h
@@ -72,9 +72,10 @@ void ndbcluster_binlog_init_handlerton();
void ndbcluster_binlog_init_share(NDB_SHARE *share, TABLE *table);
int ndbcluster_create_binlog_setup(Ndb *ndb, const char *key,
+ uint key_len,
const char *db,
const char *table_name,
- NDB_SHARE *share);
+ my_bool share_may_exist);
int ndbcluster_create_event(Ndb *ndb, const NDBTAB *table,
const char *event_name, NDB_SHARE *share);
int ndbcluster_create_event_ops(NDB_SHARE *share,