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

ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CoR for Spider table, DDL_LOG: Got error 1032 or 12524 when trying to execute action for entry 1/2/3/4/5/6/7 of type 'rename table'

Details

    Description

      INSTALL PLUGIN Spider SONAME 'ha_spider.so';
      CREATE SERVER srv FOREIGN DATA WRAPPER MYSQL OPTIONS (SOCKET'',DATABASE'',USER'',PASSWORD 'PWD0');
      CREATE TABLE t (a INT KEY AUTO_INCREMENT) ENGINE=Spider COMMENT='WRAPPER "mysql",srv "srv",TABLE "t"';
      ALTER TABLE t ADD b TEXT;
      CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
      

      Leads to:

      bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Optimized)

      10.11.0-opt>CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
      ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY'
      

      bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Optimized)

      2022-10-15 16:40:29 25 [Warning] Access denied for user ''@'localhost' (using password: YES)
      2022-10-15 16:40:29 4 [ERROR] mysqld: Can't find record in 'spider_tables'
      2022-10-15 16:40:29 4 [ERROR] DDL_LOG: Got error 1032 when trying to execute action for entry 6 of type 'rename table'
      

      Before MDEV-25292 it passes.

      Attachments

        Issue Links

          Activity

            Roel Roel Van de Paar created issue -
            Roel Roel Van de Paar made changes -
            Field Original Value New Value
            Roel Roel Van de Paar made changes -
            Description {code:sql}
            INSTALL PLUGIN Spider SONAME 'ha_spider.so';
            CREATE SERVER srv FOREIGN DATA WRAPPER MYSQL OPTIONS (SOCKET '../socket.sock',DATABASE'',USER'',PASSWORD 'PWD0');
            CREATE TABLE t (a INT KEY AUTO_INCREMENT) ENGINE=Spider COMMENT='WRAPPER "mysql",srv "srv",TABLE "t"';
            ALTER TABLE t ADD b TEXT;
            CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            {code}

            Leads to:

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Opt)}
            10.11.0-opt>CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY'
            {noformat}
            Before MDEV-25292 it passes.
            {code:sql}
            INSTALL PLUGIN Spider SONAME 'ha_spider.so';
            CREATE SERVER srv FOREIGN DATA WRAPPER MYSQL OPTIONS (SOCKET '../socket.sock',DATABASE'',USER'',PASSWORD 'PWD0');
            CREATE TABLE t (a INT KEY AUTO_INCREMENT) ENGINE=Spider COMMENT='WRAPPER "mysql",srv "srv",TABLE "t"';
            ALTER TABLE t ADD b TEXT;
            CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            {code}

            Leads to:

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Opt)}
            10.11.0-opt>CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY'
            {noformat}

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Opt)}
            2022-10-15 16:40:29 25 [Warning] Access denied for user ''@'localhost' (using password: YES)
            2022-10-15 16:40:29 4 [ERROR] mysqld: Can't find record in 'spider_tables'
            2022-10-15 16:40:29 4 [ERROR] DDL_LOG: Got error 1032 when trying to execute action for entry 6 of type 'rename table'
            {noformat}
            Before MDEV-25292 it passes.
            Roel Roel Van de Paar made changes -
            Summary ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CORT for Spider table ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CORT for Spider table, DDL_LOG: Got error 1032 when trying to execute action for entry 6 of type 'rename table'
            Roel Roel Van de Paar made changes -
            Description {code:sql}
            INSTALL PLUGIN Spider SONAME 'ha_spider.so';
            CREATE SERVER srv FOREIGN DATA WRAPPER MYSQL OPTIONS (SOCKET '../socket.sock',DATABASE'',USER'',PASSWORD 'PWD0');
            CREATE TABLE t (a INT KEY AUTO_INCREMENT) ENGINE=Spider COMMENT='WRAPPER "mysql",srv "srv",TABLE "t"';
            ALTER TABLE t ADD b TEXT;
            CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            {code}

            Leads to:

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Opt)}
            10.11.0-opt>CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY'
            {noformat}

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Opt)}
            2022-10-15 16:40:29 25 [Warning] Access denied for user ''@'localhost' (using password: YES)
            2022-10-15 16:40:29 4 [ERROR] mysqld: Can't find record in 'spider_tables'
            2022-10-15 16:40:29 4 [ERROR] DDL_LOG: Got error 1032 when trying to execute action for entry 6 of type 'rename table'
            {noformat}
            Before MDEV-25292 it passes.
            {code:sql}
            INSTALL PLUGIN Spider SONAME 'ha_spider.so';
            CREATE SERVER srv FOREIGN DATA WRAPPER MYSQL OPTIONS (SOCKET '../socket.sock',DATABASE'',USER'',PASSWORD 'PWD0');
            CREATE TABLE t (a INT KEY AUTO_INCREMENT) ENGINE=Spider COMMENT='WRAPPER "mysql",srv "srv",TABLE "t"';
            ALTER TABLE t ADD b TEXT;
            CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            {code}

            Leads to:

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Optimized)}
            10.11.0-opt>CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY'
            {noformat}

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Optimized)}
            2022-10-15 16:40:29 25 [Warning] Access denied for user ''@'localhost' (using password: YES)
            2022-10-15 16:40:29 4 [ERROR] mysqld: Can't find record in 'spider_tables'
            2022-10-15 16:40:29 4 [ERROR] DDL_LOG: Got error 1032 when trying to execute action for entry 6 of type 'rename table'
            {noformat}
            Before MDEV-25292 it passes.
            Roel Roel Van de Paar made changes -
            Roel Roel Van de Paar made changes -
            Summary ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CORT for Spider table, DDL_LOG: Got error 1032 when trying to execute action for entry 6 of type 'rename table' ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CoR for Spider table, DDL_LOG: Got error 1032 when trying to execute action for entry 6 of type 'rename table'
            Roel Roel Van de Paar made changes -
            Description {code:sql}
            INSTALL PLUGIN Spider SONAME 'ha_spider.so';
            CREATE SERVER srv FOREIGN DATA WRAPPER MYSQL OPTIONS (SOCKET '../socket.sock',DATABASE'',USER'',PASSWORD 'PWD0');
            CREATE TABLE t (a INT KEY AUTO_INCREMENT) ENGINE=Spider COMMENT='WRAPPER "mysql",srv "srv",TABLE "t"';
            ALTER TABLE t ADD b TEXT;
            CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            {code}

            Leads to:

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Optimized)}
            10.11.0-opt>CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY'
            {noformat}

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Optimized)}
            2022-10-15 16:40:29 25 [Warning] Access denied for user ''@'localhost' (using password: YES)
            2022-10-15 16:40:29 4 [ERROR] mysqld: Can't find record in 'spider_tables'
            2022-10-15 16:40:29 4 [ERROR] DDL_LOG: Got error 1032 when trying to execute action for entry 6 of type 'rename table'
            {noformat}
            Before MDEV-25292 it passes.
            {code:sql}
            INSTALL PLUGIN Spider SONAME 'ha_spider.so';
            CREATE SERVER srv FOREIGN DATA WRAPPER MYSQL OPTIONS (SOCKET'',DATABASE'',USER'',PASSWORD 'PWD0');
            CREATE TABLE t (a INT KEY AUTO_INCREMENT) ENGINE=Spider COMMENT='WRAPPER "mysql",srv "srv",TABLE "t"';
            ALTER TABLE t ADD b TEXT;
            CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            {code}

            Leads to:

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Optimized)}
            10.11.0-opt>CREATE OR REPLACE TABLE t (a INT) ENGINE=Spider;
            ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY'
            {noformat}

            {noformat:title=bb-10.11-midenok 80625038c703d46e2e01d32da5de234a6c31acb8 (Optimized)}
            2022-10-15 16:40:29 25 [Warning] Access denied for user ''@'localhost' (using password: YES)
            2022-10-15 16:40:29 4 [ERROR] mysqld: Can't find record in 'spider_tables'
            2022-10-15 16:40:29 4 [ERROR] DDL_LOG: Got error 1032 when trying to execute action for entry 6 of type 'rename table'
            {noformat}
            Before MDEV-25292 it passes.
            Roel Roel Van de Paar made changes -
            midenok Aleksey Midenkov made changes -
            Status Open [ 1 ] In Progress [ 3 ]
            midenok Aleksey Midenkov made changes -
            Assignee Aleksey Midenkov [ midenok ] Nayuta Yanagisawa [ JIRAUSER47117 ]
            midenok Aleksey Midenkov made changes -
            Assignee Nayuta Yanagisawa [ JIRAUSER47117 ] Aleksey Midenkov [ midenok ]
            midenok Aleksey Midenkov made changes -
            Status In Progress [ 3 ] Stalled [ 10000 ]
            midenok Aleksey Midenkov made changes -
            Assignee Aleksey Midenkov [ midenok ] Nayuta Yanagisawa [ JIRAUSER47117 ]
            Roel Roel Van de Paar made changes -
            Summary ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CoR for Spider table, DDL_LOG: Got error 1032 when trying to execute action for entry 6 of type 'rename table' ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CoR for Spider table, DDL_LOG: Got error 1032 or 12524 when trying to execute action for entry 6 of type 'rename table'
            Roel Roel Van de Paar made changes -
            Summary ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CoR for Spider table, DDL_LOG: Got error 1032 or 12524 when trying to execute action for entry 6 of type 'rename table' ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CoR for Spider table, DDL_LOG: Got error 1032 or 12524 when trying to execute action for entry 2/36 of type 'rename table'
            Roel Roel Van de Paar made changes -
            Summary ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CoR for Spider table, DDL_LOG: Got error 1032 or 12524 when trying to execute action for entry 2/36 of type 'rename table' ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CoR for Spider table, DDL_LOG: Got error 1032 or 12524 when trying to execute action for entry 2/3/6 of type 'rename table'
            Roel Roel Van de Paar made changes -
            Labels affects-tests regression
            Roel Roel Van de Paar made changes -
            Labels affects-tests regression affects-tests errors regression
            nayuta-yanagisawa Nayuta Yanagisawa (Inactive) made changes -
            Assignee Nayuta Yanagisawa [ JIRAUSER47117 ] Alexey Botchkov [ holyfoot ]
            Roel Roel Van de Paar made changes -
            Summary ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CoR for Spider table, DDL_LOG: Got error 1032 or 12524 when trying to execute action for entry 2/3/6 of type 'rename table' ERROR 1062 (23000): Duplicate entry 'test-t-0' for key 'PRIMARY' on CoR for Spider table, DDL_LOG: Got error 1032 or 12524 when trying to execute action for entry 1/2/3/4/5/6/7 of type 'rename table'
            holyfoot Alexey Botchkov made changes -
            Status Stalled [ 10000 ] In Progress [ 3 ]
            holyfoot Alexey Botchkov made changes -
            Assignee Alexey Botchkov [ holyfoot ] Nayuta Yanagisawa [ JIRAUSER47117 ]
            Status In Progress [ 3 ] In Review [ 10002 ]
            nayuta-yanagisawa Nayuta Yanagisawa (Inactive) made changes -
            Assignee Nayuta Yanagisawa [ JIRAUSER47117 ] Alexey Botchkov [ holyfoot ]
            Status In Review [ 10002 ] Stalled [ 10000 ]
            holyfoot Alexey Botchkov made changes -
            Fix Version/s 10.11.1 [ 28454 ]
            Fix Version/s 10.11 [ 27614 ]
            Resolution Fixed [ 1 ]
            Status Stalled [ 10000 ] Closed [ 6 ]
            serg Sergei Golubchik made changes -
            Resolution Fixed [ 1 ]
            Status Closed [ 6 ] Stalled [ 10000 ]
            serg Sergei Golubchik made changes -
            Fix Version/s 10.11 [ 27614 ]
            Fix Version/s 10.11.1 [ 28454 ]
            serg Sergei Golubchik made changes -
            Priority Blocker [ 1 ] Critical [ 2 ]
            Roel Roel Van de Paar made changes -
            Status Stalled [ 10000 ] Open [ 1 ]
            Roel Roel Van de Paar made changes -
            Status Open [ 1 ] Confirmed [ 10101 ]
            midenok Aleksey Midenkov made changes -
            Assignee Alexey Botchkov [ holyfoot ] Aleksey Midenkov [ midenok ]
            midenok Aleksey Midenkov made changes -
            Status Confirmed [ 10101 ] In Progress [ 3 ]
            midenok Aleksey Midenkov made changes -
            Fix Version/s N/A [ 14700 ]
            Fix Version/s 10.11 [ 27614 ]
            Resolution Fixed [ 1 ]
            Status In Progress [ 3 ] Closed [ 6 ]

            People

              midenok Aleksey Midenkov
              Roel Roel Van de Paar
              Votes:
              0 Vote for this issue
              Watchers:
              7 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.