Commit f61e7463 authored by unknown's avatar unknown

ndb -

  Fixed a 4.1/5.0 vs. 5.1 name change in latest SR bug fix


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