summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.h
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2006-09-12 16:34:12 +0200
committerunknown <mskold/marty@mysql.com/linux.site>2006-09-12 16:34:12 +0200
commit1054936be3806688ba5dcb7ffccc109e962032fd (patch)
tree223e022c151e8a1596642a87710d125e02ba0c1b /sql/ha_ndbcluster_binlog.h
parentb3106aab01f06c259d7a28e27b80ec6d1b790e58 (diff)
downloadmariadb-git-1054936be3806688ba5dcb7ffccc109e962032fd.tar.gz
Bug #21378 Alter table from X storage engine to NDB could cause data loss: don't overwrite local tables when pushing out schema changes
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 4c3cd105d1d..774efb5984c 100644
--- a/sql/ha_ndbcluster_binlog.h
+++ b/sql/ha_ndbcluster_binlog.h
@@ -122,6 +122,8 @@ void ndbcluster_binlog_init_handlerton();
*/
void ndbcluster_binlog_init_share(NDB_SHARE *share, TABLE *table);
+bool ndbcluster_check_if_local_table(const char *dbname, const char *tabname);
+
int ndbcluster_create_binlog_setup(Ndb *ndb, const char *key,
uint key_len,
const char *db,