mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
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
This commit is contained in:
parent
a842253e7a
commit
4890ea8af1
5 changed files with 10 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue