Bug #19852 Restoring backup made from cluster with full data memory fails
- correction of previous patch
This commit is contained in:
parent
0335013f17
commit
d2da3c9685
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user