summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.h
diff options
context:
space:
mode:
authormskold/marty@mysql.com/linux.site <>2006-09-12 16:34:12 +0200
committermskold/marty@mysql.com/linux.site <>2006-09-12 16:34:12 +0200
commit4f30db1f26cacd41c2923d18f8145d776bdbbe54 (patch)
tree223e022c151e8a1596642a87710d125e02ba0c1b /sql/ha_ndbcluster_binlog.h
parentb921b1288e84c2cf8f2e125c2fba43992d4e814e (diff)
downloadmariadb-git-4f30db1f26cacd41c2923d18f8145d776bdbbe54.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,