[MXS-697] Problem with regex for maxscale dbfwfilter Created: 2016-04-27 Updated: 2016-08-11 Resolved: 2016-06-15 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | dbfwfilter |
| Affects Version/s: | 1.4.1 |
| Fix Version/s: | 2.0.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Thies Meincke | Assignee: | markus makela |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
SLES 12 |
||
| Description |
|
Regex in filter does not work as expected.
should be true for all combinations of lower an upper case: MySQL [(none)]> load data infile; MySQL [(none)]> LOAD data infile; MySQL [(none)]> LOAD DATA infile; MySQL [(none)]> LOAD DATA INFILE; Does not work! |
| Comments |
| Comment by Timofey Turenko [ 2016-05-18 ] |
|
my test ended up with segfault (both 1.4.1. and 1.4.3). 2016-05-18 04:08:24 notice : [RW Split Router] Rule '0˛�2' for '%@%' matched by skysql@151.80.21.219: LOAD DATA INFILE it seems rule name is wrong. |
| Comment by Timofey Turenko [ 2016-06-14 ] |
|
retested with latest 'develop': 2016-06-14 10:14:59 notice : [RW Split Router] Query for '%@%' by skysql@192.168.121.1 was not matched: SELECT 1; everything works, I can't reproduce it. |
| Comment by Thies Meincke [ 2016-06-23 ] |
|
the problem is caused by a another rule: if this rule exists, the problem occurs. If this rule does not exist, the rule files1 works as expected. |
| Comment by Timofey Turenko [ 2016-06-25 ] |
|
please provide full rules file. I can't still reproduce |
| Comment by Thies Meincke [ 2016-06-29 ] |
|
can't reproduce after upgrade to 1.4.3 - that's fine, a little strange however... anyway here the complete rule file: |