Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-1728

MCS doesn't recognise specificaly formated queries run with SQLyog, HeidiSQL and DBeaver(w/ Connector/J 2.3.0)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.1.6
    • 1.4.1
    • MariaDB Server
    • None

    Description

      MCS processes the query like this disabling vtable mode when the query run in SQLyog for Windows. HeidiSQL and DBeaver(w/ Connector/J 2.3.0) proved to be vulnerable also.

      INSERT INTO cs1
      SELECT
      * FROM cs2;
      

      When
      The check here fails because there is '\r\n' sequence inserted right after SELECT instead of '\n' so the current idb_cleanQuery() code doesn't strip it.

      Attachments

        Activity

          People

            Unassigned Unassigned
            drrtuy Roman
            Votes:
            2 Vote for this issue
            Watchers:
            3 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.