Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-883

QC: Provide means for rewriting a SELECT statement so that columns can be replaced with arbitrary data.

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • None
    • 2.1.0
    • N/A
    • None

    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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              johan.wikman Johan Wikman
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.