We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483a4b7 commit 8406d36Copy full SHA for 8406d36
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
@@ -1362,6 +1362,7 @@ void Dbdih::execREAD_CONFIG_REQ(Signal* signal)
1362
ndb_mgm_get_int_parameter(p, CFG_DB_2PASS_INR,
1363
&val);
1364
c_2pass_inr = val ? true : false;
1365
+ c_2pass_inr = false;
1366
}
1367
1368
/**
storage/ndb/src/mgmsrv/ConfigInfo.cpp
@@ -2068,7 +2068,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
2068
ConfigInfo::CI_USED,
2069
false,
2070
ConfigInfo::CI_BOOL,
2071
- "true",
+ "false",
2072
"false", /* Min */
2073
"true" /* Max */
2074
},
0 commit comments