Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.11
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
- is caused by
-
MDEV-25292 Atomic CREATE OR REPLACE TABLE
-
- In Testing
-
- relates to
-
MDEV-29583 Disallow Spider self/dual/multi/cross-referencing tables, consider not executing/skipping/disabling init_connect for Spider user
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue is caused by MDEV-25292 [ MDEV-25292 ] |
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. |
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' |
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. |
Link | This issue relates to TODO-3120 [ TODO-3120 ] |
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' |
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. |
Link |
This issue relates to |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Aleksey Midenkov [ midenok ] | Nayuta Yanagisawa [ JIRAUSER47117 ] |
Assignee | Nayuta Yanagisawa [ JIRAUSER47117 ] | Aleksey Midenkov [ midenok ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Assignee | Aleksey Midenkov [ midenok ] | Nayuta Yanagisawa [ JIRAUSER47117 ] |
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' |
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' |
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' |
Labels | affects-tests regression |
Labels | affects-tests regression | affects-tests errors regression |
Assignee | Nayuta Yanagisawa [ JIRAUSER47117 ] | Alexey Botchkov [ holyfoot ] |
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' |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Assignee | Alexey Botchkov [ holyfoot ] | Nayuta Yanagisawa [ JIRAUSER47117 ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Nayuta Yanagisawa [ JIRAUSER47117 ] | Alexey Botchkov [ holyfoot ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.11.1 [ 28454 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Fix Version/s | 10.11 [ 27614 ] | |
Fix Version/s | 10.11.1 [ 28454 ] |
Priority | Blocker [ 1 ] | Critical [ 2 ] |
Status | Stalled [ 10000 ] | Open [ 1 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Assignee | Alexey Botchkov [ holyfoot ] | Aleksey Midenkov [ midenok ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |