ndb -

  Fixed a 4.1/5.0 vs. 5.1 name change in latest SR bug fix
parent 88385d16
...@@ -8378,7 +8378,7 @@ Dbdih::resetReplicaSr(TabRecordPtr tabPtr){ ...@@ -8378,7 +8378,7 @@ Dbdih::resetReplicaSr(TabRecordPtr tabPtr){
ConstPtr<ReplicaRecord> constReplicaPtr; ConstPtr<ReplicaRecord> constReplicaPtr;
constReplicaPtr.i = replicaPtr.i; constReplicaPtr.i = replicaPtr.i;
constReplicaPtr.p = replicaPtr.p; constReplicaPtr.p = replicaPtr.p;
if (tabPtr.p->tabStorage != TabRecord::ST_NORMAL || if (tabPtr.p->storedTable == 0 ||
setup_create_replica(fragPtr, setup_create_replica(fragPtr,
&createReplica, constReplicaPtr)) &createReplica, constReplicaPtr))
{ {
......
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