Bug #19852 Restoring backup made from cluster with full data memory fails

- correction of previous patch
This commit is contained in:
unknown 2006-06-27 11:26:00 +02:00
parent 0335013f17
commit d2da3c9685
3 changed files with 3 additions and 4 deletions

View File

@ -680,7 +680,7 @@ extern const GlobalSignalNumber NO_OF_SIGNAL_NAMES;
#define GSN_BACKUP_FRAGMENT_REF 546 #define GSN_BACKUP_FRAGMENT_REF 546
#define GSN_BACKUP_FRAGMENT_CONF 547 #define GSN_BACKUP_FRAGMENT_CONF 547
#define GSN_BACKUP_FRAGMENT_COMPLETE_REP 502 #define GSN_BACKUP_FRAGMENT_COMPLETE_REP 575
#define GSN_STOP_BACKUP_REQ 548 #define GSN_STOP_BACKUP_REQ 548
#define GSN_STOP_BACKUP_REF 549 #define GSN_STOP_BACKUP_REF 549
@ -731,7 +731,7 @@ extern const GlobalSignalNumber NO_OF_SIGNAL_NAMES;
#define GSN_SUB_STOP_REQ 572 #define GSN_SUB_STOP_REQ 572
#define GSN_SUB_STOP_REF 573 #define GSN_SUB_STOP_REF 573
#define GSN_SUB_STOP_CONF 574 #define GSN_SUB_STOP_CONF 574
/* 575 unused */ /* 575 used */
#define GSN_SUB_CREATE_REQ 576 #define GSN_SUB_CREATE_REQ 576
#define GSN_SUB_CREATE_REF 577 #define GSN_SUB_CREATE_REF 577
#define GSN_SUB_CREATE_CONF 578 #define GSN_SUB_CREATE_CONF 578

View File

@ -124,7 +124,7 @@ public:
MaxRowsLow = 139, MaxRowsLow = 139,
MaxRowsHigh = 140, MaxRowsHigh = 140,
MinRowsLow = 133, MinRowsLow = 143,
MinRowsHigh = 144, MinRowsHigh = 144,
TableEnd = 999, TableEnd = 999,

View File

@ -4158,7 +4158,6 @@ static void ndb_set_fragmentation(NDBTAB &tab, TABLE *form, uint pk_length)
} }
tab.setMaxRows(max_rows); tab.setMaxRows(max_rows);
tab.setMinRows(min_rows); tab.setMinRows(min_rows);
fprintf(stderr, "max/min %llu %llu\n", max_rows, min_rows);
} }
int ha_ndbcluster::create(const char *name, int ha_ndbcluster::create(const char *name,