Skip to content

Commit 145092c

Browse files
committed
Edits and additional known issues
1 parent bfb49d5 commit 145092c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dms/known-issues-azure-mysql-fs-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ One or more incompatible SQL modes can cause a number of different errors. Below
3030

3131
## Binlog Retention Issues
3232

33-
- **Error**: Fatal error reading binlog.This error may indicate that the binlog file name and/or the initial position were specified incorrectly.
33+
- **Error**: Fatal error reading binlog. This error may indicate that the binlog file name and/or the initial position were specified incorrectly.
3434

3535
**Limitation**: This error occurs if binlog retention period is too short.
3636

@@ -68,7 +68,7 @@ One or more incompatible SQL modes can cause a number of different errors. Below
6868

6969
**Potential error message**: An error occurred applying records to the target server which were read from the source server's binary log. The changes started at binary log '{mysql-bin.log}' and position '{position}' and ended at binary log '{mysql-bin.log}' and position '{position}'. All records on the source server prior to position '{position}' in binary log '{mysql-bin.log}' have been committed to the target.
7070

71-
**Limitation**: On the source, there were insert and delete statements into a table, and the deletes were by an apparent unique index.
71+
**Limitation**: On the source, there were insert and delete statements into a table, and the deletions were by an apparent unique index.
7272

7373
**Workaround**: It is recommended to migrate the table manually.
7474

0 commit comments

Comments
 (0)