You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
sql_mode=ANSI_QUOTE not working in version 2.0 but works fine in 1.0
see config: support setting session variable #687 and config: support setting session variable (#687) #692
What did you expect to see?
sql_mode=ANSI_QUOTE works fine in 2.0
What did you see instead?
when set sql_mode=ANSI_QUOTE in 2.0, syncer raise error: ErrSchemaTrackerCannotParseDownstreamTable
Versions of the cluster
DM version (run
dmctl -V
ordm-worker -V
ordm-master -V
):Upstream MySQL/MariaDB server version:
Downstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):The text was updated successfully, but these errors were encountered: