Bughue opened a new pull request, #6232:
URL: https://github.com/apache/incubator-seata/pull/6232

   <!-- Please make sure you have read and understood the contributing 
guidelines -->
   
   - [ ] I have registered the PR [changes](../changes).
   
   ### Ⅰ. Describe what this PR did
   
   > MySQL handles strings used in JSON context using the utf8mb4 character set 
and utf8mb4_bin collation. Strings in other character sets are converted to 
utf8mb4 as necessary. (For strings in the ascii or utf8mb3 character sets, no 
conversion is needed because ascii and utf8mb3 are subsets of utf8mb4.)
   
   from https://dev.mysql.com/doc/refman/8.0/en/json.html
   
   ### Ⅱ. Does this pull request fix one issue?
   <!-- If that, add "fixes #xxx" below in the next line, for example, fixes 
#97. -->
   fixes https://github.com/apache/incubator-seata/issues/5107
   
   ### Ⅲ. Why don't you add test cases (unit test/integration test)? 
   
   
   ### Ⅳ. Describe how to verify it
   
   
   ### Ⅴ. Special notes for reviews
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to