Skip to content

Commit

Permalink
docs/MariaDB: Remove unnecessary mention of MySQL by name
Browse files Browse the repository at this point in the history
  • Loading branch information
willdonnelly authored and jgraettinger committed Sep 8, 2024
1 parent f590e05 commit 5493ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ In general, this error suggests that the connector should be modified to at leas

If your capture is failing with a `"metadata error"` then something has gone badly wrong with the capture's tracking of table metadata, such as column names or datatypes.

This should never happen, and most likely means that the MySQL binlog itself is corrupt in some way. If this occurs, it can be resolved by backfilling all collections from the source.
This should never happen, and most likely means that the binlog itself is corrupt in some way. If this occurs, it can be resolved by backfilling all collections from the source.

### Insufficient Binlog Retention

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ In general, this error suggests that the connector should be modified to at leas

If your capture is failing with a `"metadata error"` then something has gone badly wrong with the capture's tracking of table metadata, such as column names or datatypes.

This should never happen, and most likely means that the MySQL binlog itself is corrupt in some way. If this occurs, it can be resolved by backfilling all collections from the source.
This should never happen, and most likely means that the binlog itself is corrupt in some way. If this occurs, it can be resolved by backfilling all collections from the source.

### Insufficient Binlog Retention

Expand Down

0 comments on commit 5493ac9

Please sign in to comment.