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 7a844ec commit 483a4b7Copy full SHA for 483a4b7
storage/ndb/src/kernel/blocks/backup/BackupInit.cpp
@@ -254,7 +254,7 @@ Backup::execREAD_CONFIG_REQ(Signal* signal)
254
ndb_mgm_get_int_parameter(p, CFG_DB_ENABLE_PARTIAL_LCP,
255
&m_enable_partial_lcp);
256
257
- m_enable_redo_control = 1; /* Default to enabled */
+ m_enable_redo_control = 0; /* Default to disabled */
258
ndb_mgm_get_int_parameter(p, CFG_DB_ENABLE_REDO_CONTROL,
259
&m_enable_redo_control);
260
storage/ndb/src/mgmsrv/ConfigInfo.cpp
@@ -2269,7 +2269,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
2269
ConfigInfo::CI_USED,
2270
0,
2271
ConfigInfo::CI_BOOL,
2272
- "true",
+ "false",
2273
"false",
2274
"true"
2275
},
0 commit comments