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

ALTER TABLE with AFTER keyword doesn't work

    XMLWordPrintable

Details

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

    Description

      The following SQL will corrupt the conversion process.

      CREATE TABLE test.t1(a int, b datetime(3));
      INSERT INTO test.t1 VALUES(1, NOW());
      ALTER TABLE test.t1 ADD COLUMN c INT AFTER a;
      INSERT INTO test.t1 VALUES(2, 2, NOW());
      

      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.