summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.h
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2006-02-20 12:36:10 +0100
committertomas@poseidon.ndb.mysql.com <>2006-02-20 12:36:10 +0100
commit82be07c41bbc2f795533b19d652bbcb9a51c88bc (patch)
tree63872720041a0ddddd2f35816e1969a8c4012802 /sql/ha_ndbcluster_binlog.h
parentc6211f38f0ac985b105c82e7493f93ac730ad931 (diff)
downloadmariadb-git-82be07c41bbc2f795533b19d652bbcb9a51c88bc.tar.gz
Bug #17559 ndb_gis test failure
- test tables use blobs without PK, and was not handled correctly
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 a297f80f6ab..d222a7d848b 100644
--- a/sql/ha_ndbcluster_binlog.h
+++ b/sql/ha_ndbcluster_binlog.h
@@ -85,7 +85,8 @@ int ndbcluster_create_binlog_setup(Ndb *ndb, const char *key,
const char *table_name,
my_bool share_may_exist);
int ndbcluster_create_event(Ndb *ndb, const NDBTAB *table,
- const char *event_name, NDB_SHARE *share);
+ const char *event_name, NDB_SHARE *share,
+ int push_warning= 0);
int ndbcluster_create_event_ops(NDB_SHARE *share,
const NDBTAB *ndbtab,
const char *event_name);