SEEK-501: restore utf8mb4_unicode_ci collation support - #1349
Open
wangyunlai-seekdb wants to merge 6 commits into
Open
SEEK-501: restore utf8mb4_unicode_ci collation support#1349wangyunlai-seekdb wants to merge 6 commits into
wangyunlai-seekdb wants to merge 6 commits into
Conversation
Re-enable the UCA collation implementation and register utf8mb4_unicode_ci alongside the existing utf8mb4 collations so common default schemas work again. Related: SEEK-501 Co-authored-by: antmultica-agent <agent@antmultica.alipay.com>
Remove utf16 and other unregistered collation definitions that reference handlers dropped in the charset reduction, fixing SeekDB CI compile errors. Co-authored-by: antmultica-agent <agent@antmultica.alipay.com>
Add utf8mb4_unicode_ci to special_hook and special_stmt result files after restoring the collation in PR oceanbase#1349. Co-authored-by: antmultica-agent <agent@antmultica.alipay.com>
Co-authored-by: antmultica-agent <agent@antmultica.alipay.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ob_ctype_uca.ccback into the oblib buildutf8mb4_unicode_ci(ID 224) in the charset/collation tables and allow it in server default-collation checksinformation_schema.collationsexpected test outputMotivation
utf8mb4_unicode_ciis a common default collation in many upstream schemas. It was removed during the charset reduction to binary + utf8mb4, which breaks compatibility for those schemas.Test plan
information_schema.collationsmysqltestCOLLATE utf8mb4_unicode_ciand run basic DML/compare queriesRelated: SEEK-501
Made with Cursor