Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5(EOL), 10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
-
None
Description
Illegal mix of collations with UUID()
SET NAMES utf8 COLLATE utf8_unicode_ci; |
SELECT uuid()>''; |
ERROR 1267 (HY000): Illegal mix of collations (utf8_general_ci,COERCIBLE) and (utf8_unicode_ci,COERCIBLE) for operation '>'
|
Attachments
Issue Links
- blocks
-
MDEV-4958 Adding datatype UUID
- Closed