Details
-
Bug
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.7(EOL)
Description
INSTALL PLUGIN spider SONAME 'ha_spider.so'; |
CREATE TABLE t (c INT KEY,c2 INT,KEY(c2)) ENGINE=SPIDER PARTITION BY LIST COLUMNS (c) (PARTITION p DEFAULT ENGINE=SPIDER); |
ALTER TABLE t ADD c2 BINARY FIRST; |
SELECT * FROM t WHERE c2='' AND c2='' AND c='' ORDER BY c2 DESC; |
Leads to an ERROR visible in the error log only:
10.7.0 1bc82aaf0a7746c0921a94034aff2d51f0d75cd0 (Debug) |
2021-09-06 11:19:39 4 [ERROR] Got error 12701 when reading table './test/t'
|
Furthermore, error 12701 is undefined:
$ ./bin/perror 12701
|
Illegal error code: 12701
|
Bug confirmed present in:
MariaDB: 10.4.22 (dbg), 10.4.22 (opt), 10.5.13 (dbg), 10.5.13 (opt), 10.6.5 (dbg), 10.6.5 (opt), 10.7.0 (dbg), 10.7.0 (opt)
Bug (or feature/syntax) confirmed not present in:
MariaDB: 10.2.41 (dbg), 10.2.41 (opt), 10.3.32 (dbg), 10.3.32 (opt)
MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.51 (dbg), 5.6.51 (opt), 5.7.35 (dbg), 5.7.35 (opt), 8.0.26 (dbg), 8.0.26 (opt)
Attachments
Issue Links
- relates to
-
MDEV-30576 Include spider error codes in extra/perror, especially 12719, 12701
-
- Open
-
-
MDEV-29455 mysql_ha_read attempts table read after 'Access denied' for server created by CREATE SERVER | Got error 12701 when reading table
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to TODO-3120 [ TODO-3120 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Priority | Critical [ 2 ] | Major [ 3 ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.3 [ 22126 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Workflow | MariaDB v3 [ 124829 ] | MariaDB v4 [ 143706 ] |
Comment | [ I think [~marko] would be more qualified to answer the question in the second last comment. [~marko] - thank you. ] |
Fix Version/s | 10.7 [ 24805 ] |
Fix Version/s | 10.2 [ 14601 ] |
Link | This issue relates to MDEV-29455 [ MDEV-29455 ] |
Labels | regression | affects-tests regression |
Fix Version/s | 10.7 [ 24805 ] |
Fix Version/s | 10.3 [ 22126 ] |
Link | This issue relates to MDEV-30576 [ MDEV-30576 ] |
Assignee | Nayuta Yanagisawa [ JIRAUSER47117 ] | Yuchen Pei [ JIRAUSER52627 ] |
Fix Version/s | 10.4 [ 22408 ] |