summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.h
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2006-12-01 15:49:07 +0100
committerunknown <mskold/marty@mysql.com/linux.site>2006-12-01 15:49:07 +0100
commit85b58cb43bf3170d817864e2a019779c20320245 (patch)
tree810e744e14531cb4121b6b03ee9a470cdb3a9f26 /sql/ha_ndbcluster_binlog.h
parentbae9fc077ca178a63f7d97e4b161c35a3e63b85d (diff)
downloadmariadb-git-85b58cb43bf3170d817864e2a019779c20320245.tar.gz
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
Diffstat (limited to 'sql/ha_ndbcluster_binlog.h')
-rw-r--r--sql/ha_ndbcluster_binlog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/ha_ndbcluster_binlog.h b/sql/ha_ndbcluster_binlog.h
index 5cf3cedf03b..18b94bb8f2a 100644
--- a/sql/ha_ndbcluster_binlog.h
+++ b/sql/ha_ndbcluster_binlog.h
@@ -157,11 +157,11 @@ int ndbcluster_binlog_start();
pthread_handler_t ndb_binlog_thread_func(void *arg);
/*
- table cluster_replication.apply_status
+ table mysql.ndb_apply_status
*/
int ndbcluster_setup_binlog_table_shares(THD *thd);
-extern NDB_SHARE *apply_status_share;
-extern NDB_SHARE *schema_share;
+extern NDB_SHARE *ndb_apply_status_share;
+extern NDB_SHARE *ndb_schema_share;
extern THD *injector_thd;
extern my_bool ndb_binlog_running;