summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.h
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2006-02-13 11:23:13 +0100
committerunknown <mskold@mysql.com>2006-02-13 11:23:13 +0100
commitb2571980bb4440d6acd1ab2288dfb5156e57a22c (patch)
tree1a1153994b4c53dd98db766755fd0d91ffa8b351 /sql/ha_ndbcluster_binlog.h
parent6ba820f25d7fac050c045b4fa9162bcdc89bcf9a (diff)
downloadmariadb-git-b2571980bb4440d6acd1ab2288dfb5156e57a22c.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 */