dtle
dtle copied to clipboard
The character set and collation of src and dest are different for procedure/function/event in incremental copy
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)
- Create a event test1 on db1 in src
- Post a job for the db1 with the event test1
- 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):
- event
- function
- procedure
trigger act the same way