Understanding MaxScale's Regex Filter
This page is part of MariaDB's Documentation.
The parent of this page is: Regex Filter
Topics on this page:
Overview
MaxScale's Regex Filter (regexfilter) rewrites matching queries using Regular Expressions.
When to Use the Regex Filter?
The Regex Filter (regexfilter) allows you to:
Compare queries to regular expressions
Replace matching portion of query with configured text
Define rules based on client user
Define rules based on client host
Next steps: