diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-03-20 17:07:53 +0100 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-03-20 17:07:53 +0100 |
commit | 4890ea8af1507f1ae8c839c64b93487c6f9215ba (patch) | |
tree | da6825b18245d5008922cfa0692fade8fa727633 /sql/ha_ndbcluster_tables.h | |
parent | a842253e7adc8cf7c087e88b68537b342c5b3863 (diff) | |
download | mariadb-git-4890ea8af1507f1ae8c839c64b93487c6f9215ba.tar.gz |
enabled test case
+ some fixes to do the enable
mysql-test/r/rpl_ndb_sync.result:
enabled test case
mysql-test/t/disabled.def:
enabled test case
sql/ha_ndbcluster.cc:
enabled test case
sql/ha_ndbcluster_tables.h:
add defines for old sys table
storage/ndb/tools/restore/Restore.cpp:
add check for old sys table
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" |