diff --git a/components/extractors/database/mysql/index.md b/components/extractors/database/mysql/index.md index 63cc05a7e..67c529575 100644 --- a/components/extractors/database/mysql/index.md +++ b/components/extractors/database/mysql/index.md @@ -619,6 +619,7 @@ how long the connector holds the MySQL global read lock during a snapshot: - **`minimal`**: Locks only during the initial schema read, then releases while using a `REPEATABLE READ` transaction for consistency. - **`extended`**: Locks for the entire snapshot to avoid conflicts with concurrent operations. - **`none`**: No table locks; this is safe if no schema changes occur. MyISAM tables still lock by default. +- **Snapshot Statement Override**: Define a custom SQL SELECT statement to be used for fetching the initial snapshot. ### Destination