[MDEV-32986] MariaDB, SPIDER engine, usage of REGEXP Created: 2023-12-11 Updated: 2023-12-22 Resolved: 2023-12-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.4, 10.11.6, 11.3.1 |
| Fix Version/s: | 10.4.33, 10.5.24, 10.6.17, 10.11.7, 11.0.5, 11.1.4, 11.2.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Iacovos Botsaris | Assignee: | Yuchen Pei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | spider, spider-gbh | ||
| Environment: |
Debian11, docker |
||
| Description |
|
Hello, A Simple example can be seen below:
Now, creating the respective SPIDER schema - table:
Selecting with REGEXP fails:
Issue persists with all regular expressions I could try, in all queries I could try. Thank you |
| Comments |
| Comment by Yuchen Pei [ 2023-12-13 ] | ||||||||
|
Thanks for the report ibotsaris, the following patch should fix it. Hi holyfoot, ptal thanks:
For 10.4, which is an identical patch, see
| ||||||||
| Comment by Alexey Botchkov [ 2023-12-19 ] | ||||||||
|
ok to push. | ||||||||
| Comment by Yuchen Pei [ 2023-12-21 ] | ||||||||
|
pushed c73417c68eb03e35c93e4896df3f3d2d4dd4bfc0 to 10.4 Patch could be cleanly applied to 10.5,10.6,10.11,11.0 Tested locally also at 11.0 just in case. |