Commit 3d01caa9 authored by stewart@mysql.com's avatar stewart@mysql.com
Browse files

BUG#19894 Data nodes fail during loading data if NoOfFragmentLogFiles=1

change default minimum to 3

bug is *very* timing dependent, unable to reproduce here, but theoretically possible.
parent 47271c6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -857,7 +857,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
    false,
    ConfigInfo::CI_INT,
    "8",
    "1",
    "3",
    STR_VALUE(MAX_INT_RNIL) },

  {