mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-03 10:02:01 +03:00
Merge pull request #108 from mariadb-corporation/MCOL-468
MCOL-468: remove slave-skip-errors=all from default settings
This commit is contained in:
commit
371afbcf4b
@ -84,7 +84,6 @@ plugin_dir = /usr/local/mariadb/columnstore/mysql/lib/plugi
|
|||||||
# defaults to 1 if master-host
|
# defaults to 1 if master-host
|
||||||
# uses to 2+ if slave-host
|
# uses to 2+ if slave-host
|
||||||
server-id = 1
|
server-id = 1
|
||||||
slave-skip-errors=all
|
|
||||||
|
|
||||||
# Replication Slave (comment out master section to use this)
|
# Replication Slave (comment out master section to use this)
|
||||||
#
|
#
|
||||||
|
@ -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
|
//output to temp file
|
||||||
lines.push_back(buf);
|
lines.push_back(buf);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user