[MXS-883] QC: Provide means for rewriting a SELECT statement so that columns can be replaced with arbitrary data. Created: 2016-10-05  Updated: 2017-01-04  Resolved: 2017-01-04

Status: Closed
Project: MariaDB MaxScale
Component/s: N/A
Affects Version/s: None
Fix Version/s: 2.1.0

Type: Task Priority: Major
Reporter: Johan Wikman Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: None

Issue Links:
Blocks
blocks MXS-910 Selective Masking Closed
Epic Link: 2.1 Query Classifier Improvements

 Description   

In 2.1 we need to be able to obfuscate columns. Rather than rewrite the result set in MaxScale, it is better to rewrite the query so that for instance.

select a, b from tbl;

is rewritten into

select 'abcd' as a, b from tbl;

before sending the query to a backend.



 Comments   
Comment by Johan Wikman [ 2017-01-04 ]

Won't do, at least not now.

Generated at Thu Feb 08 04:02:38 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.