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

comment 'schema sync only' for alter table

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 23.10.1
    • DMLProc
    • None

    Description

      "Alter table" as DDL will be replicated, but if replication fails, .frm files are not in sync with columnstore engine.

      It is possible to repair it with resync again via mariabackup
      or

      drop table segment_playground_master restrict;
      create table segment_playground_master "with all columns " comment 'schema sync only';
      

      But the smartest way would be to adding comment 'schema sync only' for "alter table"

      Attachments

        Activity

          People

            allen.herrera Allen Herrera
            Richard Richard Stracke
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.