[MCOL-3871] bug in mariadb-command-line.sh replication script Created: 2020-03-05 Updated: 2023-10-26 Resolved: 2020-12-01 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | 1.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Working with customer on replication issue, we found a code bug in mariadb-command-line.sh, line 58 cat${tmpdir}/mariadb-command-line.sql >> ${tmpdir}/mariadb-command-line.log should be (add space after cat) cat ${tmpdir}/mariadb-command-line.sql >> ${tmpdir}/mariadb-command-line.log |