diff options
author | unknown <mskold/marty@mysql.com/linux.site> | 2006-11-15 11:13:49 +0100 |
---|---|---|
committer | unknown <mskold/marty@mysql.com/linux.site> | 2006-11-15 11:13:49 +0100 |
commit | a3b373600a0d43ef85dae5ae112e313deb13aae4 (patch) | |
tree | fec54496b0f82b08e818d600ea176ee6b07f786e /sql/ha_ndbcluster_binlog.h | |
parent | 309e0d6fafaa66582af5b1bebcbdf74dafaf4489 (diff) | |
download | mariadb-git-a3b373600a0d43ef85dae5ae112e313deb13aae4.tar.gz |
bug #21495 Alter table from x engine to ndb and back can cause issue with drop DB:disable distributed drop database if a database contains local tables
Diffstat (limited to 'sql/ha_ndbcluster_binlog.h')
-rw-r--r-- | sql/ha_ndbcluster_binlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster_binlog.h b/sql/ha_ndbcluster_binlog.h index 233d1a58aaa..5cf3cedf03b 100644 --- a/sql/ha_ndbcluster_binlog.h +++ b/sql/ha_ndbcluster_binlog.h @@ -124,6 +124,7 @@ 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); +bool ndbcluster_check_if_local_tables_in_db(THD *thd, const char *dbname); int ndbcluster_create_binlog_setup(Ndb *ndb, const char *key, uint key_len, |