diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-02-01 01:12:11 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-02-01 01:12:11 +0100 |
commit | 0a1351c1f88e4a1af113990c11f93ff86b8bcad0 (patch) | |
tree | 182247824112d017faf7d6a660d9e905c87cdf51 /sql/ha_ndbcluster_binlog.h | |
parent | 41f7cb2a0a24783cb2b4d4c9abe3db5924be9065 (diff) | |
download | mariadb-git-0a1351c1f88e4a1af113990c11f93ff86b8bcad0.tar.gz |
wl2325, distribution of schema operations between mysql servers
mysql-test/r/ndb_binlog_ddl_multi.result:
New BitKeeper file ``mysql-test/r/ndb_binlog_ddl_multi.result''
mysql-test/t/ndb_binlog_ddl_multi.test:
New BitKeeper file ``mysql-test/t/ndb_binlog_ddl_multi.test''
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, |