diff --git a/dbcon/mysql/my.cnf b/dbcon/mysql/my.cnf index 3793e8baa..9d9907daa 100644 --- a/dbcon/mysql/my.cnf +++ b/dbcon/mysql/my.cnf @@ -84,7 +84,6 @@ plugin_dir = /usr/local/mariadb/columnstore/mysql/lib/plugi # defaults to 1 if master-host # uses to 2+ if slave-host server-id = 1 -slave-skip-errors=all # Replication Slave (comment out master section to use this) # diff --git a/procmon/processmonitor.cpp b/procmon/processmonitor.cpp index 56fa5ac33..0849a6246 100644 --- a/procmon/processmonitor.cpp +++ b/procmon/processmonitor.cpp @@ -4835,11 +4835,6 @@ int ProcessMonitor::changeMyCnf(std::string type) } } - pos = buf.find("slave-skip-errors=all",0); - if ( pos != string::npos ) { - buf = "# slave-skip-errors=all"; - } - //output to temp file lines.push_back(buf); }