[MDEV-7562] COLLATE utf8_bin_ci Created: 2015-02-09  Updated: 2015-02-09

Status: Open
Project: MariaDB Server
Component/s: None
Fix Version/s: None

Type: Task Priority: Major
Reporter: Puggan Se Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None


 Description   

I have a problem of chosing a good COLLATE for use with UNIQUE.

used the list from
SHOW COLLATION WHERE charset = 'utf8';
and everyone has some characters that count as equal.
except utf8_bin where not even "A" == "a".
So what i wanted was a case-insensitive version of utf8_bin,
a utf8_bin_ci.

A simple definition of utf8_bin_ci could be:
UPPER(name) COLLATE utf8_bin


Generated at Thu Feb 08 07:20:32 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.