Skip to content

Commit 8406d36

Browse files
Mikael Ronströmsreedhars
authored andcommitted
BUG#28378227: Disable TwoPassInitialNodeRestartCopy
(cherry picked from commit 19cb9fe7f88e18ba3ae722bb2dac6e546f55f8df)
1 parent 483a4b7 commit 8406d36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,7 @@ void Dbdih::execREAD_CONFIG_REQ(Signal* signal)
13621362
ndb_mgm_get_int_parameter(p, CFG_DB_2PASS_INR,
13631363
&val);
13641364
c_2pass_inr = val ? true : false;
1365+
c_2pass_inr = false;
13651366
}
13661367

13671368
/**

storage/ndb/src/mgmsrv/ConfigInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
20682068
ConfigInfo::CI_USED,
20692069
false,
20702070
ConfigInfo::CI_BOOL,
2071-
"true",
2071+
"false",
20722072
"false", /* Min */
20732073
"true" /* Max */
20742074
},

0 commit comments

Comments
 (0)