Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
I am trying to use maxctrl to create a regex filter. The replacement string needs to have an equal sign however it doesn't appear that it's being escaped properly by maxctrl.
maxctrl create filter dmsfix regexfilter match=autocommit.0 replace=autocommit=1 user=dms log_file=/tmp/regexfilter.log |
Not a key-value parameter: replace=autocommit=1
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | markus makela [ <markus.makela ] |
Fix Version/s | 2.3.20 [ 24415 ] | |
Fix Version/s | 2.4.10 [ 24422 ] | |
Fix Version/s | 2.5.0 [ 23806 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
Comment |
[ [~markus makela]I worked around the issue by doing this:
{code:java} maxctrl create filter dmsfix regexfilter match=\(\(autocommit\)\.\)\*\(0\) replace=1 user=dmsuser log_file=/tmp/regexfilter.log {code} But it's nice that it's fixed also. ] |
Workflow | MariaDB v3 [ 108658 ] | MariaDB v4 [ 138813 ] |