[MDEV-18658] 10.3.9-MariaDB can not query equal operator with special character Created: 2019-02-20 Updated: 2019-03-11 Resolved: 2019-03-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | PL/SQL |
| Affects Version/s: | 10.3.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Hien V Nguyen | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows Server 2016 64 bit |
||
| Description |
|
I have a MariaDB database that has a filed TagName with value ~!@#$%^&*()_+|}{":?><./';[]\=-`
When I try to created DB in MySQL 8.0.13, this query work well and return 1 row
But in 10.3.9-MariaDB, the query
can not return any result. Is this an issue or I missed some configuration? |
| Comments |
| Comment by Elena Stepanova [ 2019-03-11 ] | ||||||||||||||||||||||||
|
It works with the default configuration, so whatever you have, must be indeed due to your settings.
You can also try a later version, maybe it was fixed since 10.3.9. |