[MCOL-468] update default replication configuration Created: 2016-12-15 Updated: 2017-03-01 Resolved: 2017-03-01 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.0.6 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Thompson (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2016-25, 2017-01, 2017-2, 2017-3, 2017-4, 2017-5 |
| Description |
|
The default replication setup does not follow best practices. For example it will skip slave errors. This may be ok if all you are replicating is columnstore table ddl but not if you have inno tables as well. |
| Comments |
| Comment by Ben Thompson (Inactive) [ 2017-01-20 ] |
|
Removed slave-skip-errors-all from configurations by default. |
| Comment by Daniel Lee (Inactive) [ 2017-03-01 ] |
|
Build tested: Github source [root@localhost columnstore]# cd mariadb-columnstore-server/ Merge pull request #31 from jbfavre/fix_deb_package_dependency [root@localhost mariadb-columnstore-server]# cd mariadb-columnstore-engine/ change the check for prompt back to the previous code Verified the line has been removed from my.cnf |