Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
10.0.14
-
Ubuntu 14.04
Description
When running the following queries, you will get an error, which in my case breaks replication as the master is currently MySQL 5.5.40
SELECT ' ' REGEXP '[[.space.]]'; |
|
SELECT '.' REGEXP '[[.period.]]'; |
Error:
ERROR 1139 (42000): Got error 'POSIX collating elements are not supported at offset 1' from regexp
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
When running the following queries, you will get an error, which in my case breaks replication as the master is currently MySQL 5.5.40 SELECT ' ' REGEXP '[[.space.]]'; SELECT '.' REGEXP '[[.period.]]'; Error: ERROR 1139 (42000): Got error 'POSIX collating elements are not supported at offset 1' from regexp |
When running the following queries, you will get an error, which in my case breaks replication as the master is currently MySQL 5.5.40 {code:sql} SELECT ' ' REGEXP '[[.space.]]'; SELECT '.' REGEXP '[[.period.]]'; {code} Error: {noformat} ERROR 1139 (42000): Got error 'POSIX collating elements are not supported at offset 1' from regexp {noformat} |
Labels | MariaDB_10.0 |
Component/s | OTHER [ 10125 ] | |
Component/s | Character Sets [ 10801 ] | |
Assignee | Alexander Barkov [ bar ] |
Labels | regexp |
Fix Version/s | 10.0 [ 16000 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Priority | Critical [ 2 ] | Minor [ 4 ] |
Workflow | MariaDB v2 [ 58610 ] | MariaDB v3 [ 65156 ] |
Workflow | MariaDB v3 [ 65156 ] | MariaDB v4 [ 139732 ] |
Fix Version/s | 10.0 [ 16000 ] |
Fix Version/s | N/A [ 14700 ] | |
Resolution | Won't Fix [ 2 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Thanks for the report.
bar,
I suppose it's a PCRE limitation, but the replication failure is very unfortunate. Is there anything we can do about it? Maybe a non-default mode or a new version which allows the syntax?