dm
dm copied to clipboard
support set the session charset for upstream MySQL
Feature Request
Is your feature request related to a problem? Please describe:
one case found in our users:
- table with UTF8 chaset, but with latin1 for
charset_set_client,charset_set_connectionandcharset_set_results.
Describe the feature you'd like:
support set the session charset for upstream MySQL in dump, relay and sync unit.
NOTE: we may not support charset conversion for this issue.
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
seems TiDB will convert to character_set_result in https://github.com/pingcap/tidb/pull/20409/files, maybe we could just wait