Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.0.10
-
Fix Version/s: 10.0.11
-
Component/s: None
-
Labels:None
-
Environment:Windows 8, Windows Server 2012 R2, maybe others
Description
In 5.5.36, RLIKE and REGEXP work as they always have:
SELECT |
'cat and
|
dog' |
RLIKE 'cat.*dog'; |
=> 1
|
 |
In 10.0.10, |
SELECT |
'cat and
|
dog' |
RLIKE 'cat.*dog'; |
=> 0
|
I consider this to be a critical issue that would cause queries to not function as expected.