Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.0.14
-
Fix Version/s: 10.0
-
Component/s: OTHER
-
Labels:
-
Environment: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
|