[MXS-72] dbfwfilter on_queries clause appears to be ignored Created: 2015-03-27 Updated: 2015-04-27 Resolved: 2015-03-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | dbfwfilter |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Kolbe Kegel (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I'm not too sure what's going on here, but it seems like my on_queries clause is simply being ignored. I have on_queries delete, but the filter is blocking my select statement.
|
| Comments |
| Comment by markus makela [ 2015-03-28 ] |
|
This was documented as on_queries even though the code was looking for a on_operations keyword. The behavior is now in line with the documentation. |
| Comment by Timofey Turenko [ 2015-04-27 ] |
|
automated tests uses on_queries in several places and it works |