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

CREATE TABLE AS not supported

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 2.1.12
    • 2.1.13
    • avrorouter
    • None

    Description

      The following SQL causes a debug assertion in 2.1.12 when found in the binary logs.

      CREATE TABLE t1(id INT);
      INSERT INTO t1 VALUES (1);
      CREATE TABLE t2 AS SELECT * FROM t1;
      INSERT INTO t2 VALUES (2);
      

      Attachments

        Activity

          People

            markus makela markus makela
            markus makela markus makela
            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.