Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The character set and collation of src and dest are different for procedure/function/event in incremental copy #357

Open
Dinosauria opened this issue Nov 15, 2018 · 1 comment

Comments

@Dinosauria
Copy link
Member

Description

The character set and collation of src and dest are different, even if character_set_server and character_set_collate are the same,dest always utf8mb4.

Steps to reproduce the issue:(Take event as an example)

  1. Create a event test1 on db1 in src
  2. Post a job for the db1 with the event test1
  3. Check test1 in dest,character set & collation are different from src, even if character_set_server and character_set_collate are the same in src & dest

Describe the results you received:
Check test1 in dest,character set & collation are different from src, even if character_set_server and character_set_collate are the same in src & dest

Describe the results you expected:

Output of ./dtle version:

Dtle 9.9.9.9 (git: master ea8483db80155ce736935029ff27c8362e677b02)

Additional information you deem important (e.g. issue happens only occasionally):

Additional details (log, config, job config etc):

  1. event
    image
  2. function
    image
  3. procedure
    image
    image
@ColdWaterLW
Copy link
Contributor

trigger act the same way
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants