Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-20977

spider would crash when using lock table write

    XMLWordPrintable

Details

    Description

      test suite:

      create table t1 (id int NOT NULL,id2 int NOT NULL,id3 int NOT NULL,dummy1 char(30),primary key (id,id2),index index_id3 (id3)) engine=innodb;
      insert into t1 values (0,0,0,'ABCDEFGHIJ'),(2,2,2,'BCDEFGHIJK'),(1,1,1,'CDEFGHIJKL');
      LOCK TABLES t1 WRITE;
      insert into t1 values (99,1,2,'D'),(1,1,2,'D');
      select id from t1;
      

      Attachments

        Activity

          People

            Kentoku Kentoku Shiba (Inactive)
            willhan willhan
            Votes:
            0 Vote for this issue
            Watchers:
            4 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.