Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.5
-
Fix Version/s: 1.4.5
-
Component/s: oam
-
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