diff options
author | tomas@poseidon.ndb.mysql.com <> | 2006-02-01 01:12:11 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2006-02-01 01:12:11 +0100 |
commit | a2f7fcf87bc018510b6699c3c1c48e66d75df382 (patch) | |
tree | 182247824112d017faf7d6a660d9e905c87cdf51 /sql/ha_ndbcluster_binlog.h | |
parent | aef3ead4bc725323a0e5fd8229684401ca2d2419 (diff) | |
download | mariadb-git-a2f7fcf87bc018510b6699c3c1c48e66d75df382.tar.gz |
wl2325, distribution of schema operations between mysql servers
Diffstat (limited to 'sql/ha_ndbcluster_binlog.h')
-rw-r--r-- | sql/ha_ndbcluster_binlog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster_binlog.h b/sql/ha_ndbcluster_binlog.h index f1a08625a34..4739c77a1bd 100644 --- a/sql/ha_ndbcluster_binlog.h +++ b/sql/ha_ndbcluster_binlog.h @@ -38,7 +38,9 @@ enum SCHEMA_OP_TYPE SOT_DROP_DB, SOT_CREATE_DB, SOT_ALTER_DB, - SOT_CLEAR_SLOCK + SOT_CLEAR_SLOCK, + SOT_TABLESPACE, + SOT_LOGFILE_GROUP }; const uint max_ndb_nodes= 64; /* multiple of 32 */ @@ -104,7 +106,7 @@ extern NDB_SHARE *apply_status_share; extern NDB_SHARE *schema_share; extern THD *injector_thd; -extern int ndb_binlog_thread_running; +extern my_bool ndb_binlog_running; bool ndbcluster_show_status_binlog(THD* thd, stat_print_fn *stat_print, |