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

Triggers + INSERT..SELECT might crash MDB

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 6.1.1
    • Icebox
    • MDB Plugin
    • None

    Description

      The scenario crashes the server:

      create table mcs1 (i bigint)engine=columnstore;
      create table mcs2 (i bigint)engine=columnstore;
      create view v1 as select i from mcs1;
      CREATE TRIGGER some AFTER INSERT ON mcs1 FOR EACH ROW  UPDATE mcs2 SET i = i+1;
      insert into mcs1 select * from mcs2;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            drrtuy Roman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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