summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_tables.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2006-03-01 13:31:21 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2006-03-01 13:31:21 +0100
commite39f2291979a62f59821c0f2763a612525ade2a5 (patch)
tree71bfaf53528b1342c5523ee010594dc644711eb0 /sql/ha_ndbcluster_tables.h
parentcc5056c514fdd9e6710cdc98d371ba193ed1cab2 (diff)
downloadmariadb-git-e39f2291979a62f59821c0f2763a612525ade2a5.tar.gz
Bug #17805 Cluster_replication database should be renamed to just cluster
Diffstat (limited to 'sql/ha_ndbcluster_tables.h')
-rw-r--r--sql/ha_ndbcluster_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster_tables.h b/sql/ha_ndbcluster_tables.h
index d726fd63e1d..12124cd8820 100644
--- a/sql/ha_ndbcluster_tables.h
+++ b/sql/ha_ndbcluster_tables.h
@@ -15,7 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#define NDB_REP_DB "cluster_replication"
+#define NDB_REP_DB "cluster"
#define NDB_REP_TABLE "binlog_index"
#define NDB_APPLY_TABLE "apply_status"
#define NDB_SCHEMA_TABLE "schema"