diff options
author | tomas@whalegate.ndb.mysql.com <> | 2007-03-20 17:07:53 +0100 |
---|---|---|
committer | tomas@whalegate.ndb.mysql.com <> | 2007-03-20 17:07:53 +0100 |
commit | 7bd5241cb4023bc26e9b3fba794bf7b8fcc99d7f (patch) | |
tree | da6825b18245d5008922cfa0692fade8fa727633 /sql/ha_ndbcluster_tables.h | |
parent | 64b9bda21f23b8e01cdb470d4f6b94e6f83471ab (diff) | |
download | mariadb-git-7bd5241cb4023bc26e9b3fba794bf7b8fcc99d7f.tar.gz |
enabled test case
+ some fixes to do the enable
Diffstat (limited to 'sql/ha_ndbcluster_tables.h')
-rw-r--r-- | sql/ha_ndbcluster_tables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster_tables.h b/sql/ha_ndbcluster_tables.h index 9f7b9146d91..c6bc8f577f8 100644 --- a/sql/ha_ndbcluster_tables.h +++ b/sql/ha_ndbcluster_tables.h @@ -15,7 +15,9 @@ */ #define NDB_REP_DB "mysql" +#define OLD_NDB_REP_DB "cluster" #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" +#define OLD_NDB_SCHEMA_TABLE "schema" |