Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
11.3.2
-
None
-
MariaDB 11.3
Description
■query statement
SELECT * FROM `test` WHERE `word` REGEXP '^𨋢$'; |
■error message
error 'nothing to repeat at offset 1' from regexp.
■about the table used
tablename : test
+-------------------+------+
|
| type | word |
|
+-------------------+------+
|
| 4-byte characters | 𨋢 |
|
| 4-byte characters | 㖭 |
|
| 2-byte characters | 手 |
|
| 2-byte characters | 高 |
|
| 4-byte characters | 𠺫 |
|
+-------------------+------+
|
■Other information
Occurs only with 4-byte charactor; 2-byte charactor is not a problem.
Attachments
Issue Links
- relates to
-
MDEV-11777 REGEXP_REPLACE converts utf8mb4 supplementary characters to '?'
- Closed