summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_tables.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_tables.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_tables.h')
-rw-r--r--sql/ha_ndbcluster_tables.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sql/ha_ndbcluster_tables.h b/sql/ha_ndbcluster_tables.h
index 9d7fda33102..2b1bdbc2b89 100644
--- a/sql/ha_ndbcluster_tables.h
+++ b/sql/ha_ndbcluster_tables.h
@@ -16,6 +16,7 @@
*/
#define NDB_REP_DB "mysql"
-#define NDB_REP_TABLE "binlog_index"
-#define NDB_APPLY_TABLE "apply_status"
-#define NDB_SCHEMA_TABLE "schema"
+#define NDB_REP_TABLE "ndb_binlog_index"
+#define NDB_APPLY_TABLE "ndb_apply_status"
+#define OLD_NDB_APPLY_TABLE "apply_status"
+#define NDB_SCHEMA_TABLE "ndb_schema"