mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
merge
This commit is contained in:
parent
4218eb0fde
commit
6980a0090f
1 changed files with 1 additions and 1 deletions
|
@ -8769,7 +8769,7 @@ Dbdih::resetReplicaSr(TabRecordPtr tabPtr){
|
|||
ConstPtr<ReplicaRecord> constReplicaPtr;
|
||||
constReplicaPtr.i = replicaPtr.i;
|
||||
constReplicaPtr.p = replicaPtr.p;
|
||||
if (tabPtr.p->storedTable == 0 ||
|
||||
if (tabPtr.p->tabStorage != TabRecord::ST_NORMAL ||
|
||||
setup_create_replica(fragPtr,
|
||||
&createReplica, constReplicaPtr))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue