Commit d2da3c96 authored by unknown's avatar unknown

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

- correction of previous patch

parent 0335013f
......@@ -680,7 +680,7 @@ extern const GlobalSignalNumber NO_OF_SIGNAL_NAMES;
#define GSN_BACKUP_FRAGMENT_REF 546
#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_REF 549
......@@ -731,7 +731,7 @@ extern const GlobalSignalNumber NO_OF_SIGNAL_NAMES;
#define GSN_SUB_STOP_REQ 572
#define GSN_SUB_STOP_REF 573
#define GSN_SUB_STOP_CONF 574
/* 575 unused */
/* 575 used */
#define GSN_SUB_CREATE_REQ 576
#define GSN_SUB_CREATE_REF 577
#define GSN_SUB_CREATE_CONF 578
......
......@@ -124,7 +124,7 @@ public:
MaxRowsLow = 139,
MaxRowsHigh = 140,
MinRowsLow = 133,
MinRowsLow = 143,
MinRowsHigh = 144,
TableEnd = 999,
......
......@@ -4158,7 +4158,6 @@ static void ndb_set_fragmentation(NDBTAB &tab, TABLE *form, uint pk_length)
}
tab.setMaxRows(max_rows);
tab.setMinRows(min_rows);
fprintf(stderr, "max/min %llu %llu\n", max_rows, min_rows);
}
int ha_ndbcluster::create(const char *name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment