summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.h
diff options
context:
space:
mode:
authormskold@mysql.com <>2006-02-13 11:23:13 +0100
committermskold@mysql.com <>2006-02-13 11:23:13 +0100
commit5db302c8348570e530c6b6ad59444c0e9836bfef (patch)
tree1a1153994b4c53dd98db766755fd0d91ffa8b351 /sql/ha_ndbcluster_binlog.h
parent13acec61a3efddcea6100d4d495cf8d9040a93dd (diff)
downloadmariadb-git-5db302c8348570e530c6b6ad59444c0e9836bfef.tar.gz
Added on-line handling of altered frm in binlog thread
Diffstat (limited to 'sql/ha_ndbcluster_binlog.h')
-rw-r--r--sql/ha_ndbcluster_binlog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster_binlog.h b/sql/ha_ndbcluster_binlog.h
index a297f80f6ab..88f476357b2 100644
--- a/sql/ha_ndbcluster_binlog.h
+++ b/sql/ha_ndbcluster_binlog.h
@@ -122,6 +122,8 @@ ndbcluster_show_status_binlog(THD* thd, stat_print_fn *stat_print,
prototypes for ndb handler utility function also needed by
the ndb binlog code
*/
+int cmp_frm(const NDBTAB *ndbtab, const void *pack_data,
+ uint pack_length);
int ndbcluster_find_all_files(THD *thd);
#endif /* HAVE_NDB_BINLOG */