sink to mariadb 10.6.5 fails with unknown system variable transaction_isolation #4504
Labels
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
What did you do?
Create a sink to downstream mariadb 10.6.5.
What did you expect to see?
The downstream can be created without any errors.
What did you see instead?
Seems in mariadb 10.6.5 the variable name has been changed from "transaction_isolation" to "tx_isolation", and it causes the failure.
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):(paste TiDB cluster version here)
TiCDC version (execute
cdc version
):(paste TiCDC version here)
The text was updated successfully, but these errors were encountered: