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
|