Skip to content

Commit

Permalink
sink(ticdc): update defaultSupportVectorVersion (#11634)
Browse files Browse the repository at this point in the history
ref #11530
  • Loading branch information
wk989898 authored Sep 29, 2024
1 parent 4e177d9 commit a834840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/sink/ddlsink/mysql/mysql_ddl_sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
// networkDriftDuration is used to construct a context timeout for database operations.
networkDriftDuration = 5 * time.Second

defaultSupportVectorVersion = "8.3.0"
defaultSupportVectorVersion = "8.4.0"
)

// GetDBConnImpl is the implementation of pmysql.IDBConnectionFactory.
Expand Down

0 comments on commit a834840

Please sign in to comment.