Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.3(EOL)
-
None
Description
Note: The test is non-deterministic, run with --repeat. It fails for me within 10 attempts, but it can vary on different machines. ASAN or Valgrind don't help.
--source include/have_partition.inc
|
|
CREATE TABLE t1 (pk INT PRIMARY KEY) ENGINE=MyISAM WITH SYSTEM VERSIONING; |
INSERT INTO t1 VALUES (11),(12); |
ALTER TABLE t1 PARTITION BY KEY() PARTITIONS 3; |
DELETE FROM t1 WHERE pk >= 0; |
|
# Cleanup
|
DROP TABLE t1; |
10.3 9d97e6010eb |
mysqltest: At line 6: query 'DELETE FROM t1 WHERE pk >= 0' failed: 126: Index for table './test/t1#P#p1.MYI' is corrupt; try to repair it
|
Also reproducible with Aria. Could not reproduce with InnoDB.
Attachments
Issue Links
- is blocked by
-
MDEV-15923 option to control who can set session @@timestamp
-
- Closed
-
- relates to
-
MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONING
-
- Closed
-
-
MDEV-16231 make DELETE use mysql_update() internally
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
_Note: The test is non-deterministic, run with {{--repeat}}. It fails for me within 10 attempts, but it can vary on different machines. ASAN or Valgrind don't help.
{code:sql} --source include/have_partition.inc CREATE TABLE t1 (pk INT PRIMARY KEY) ENGINE=MyISAM WITH SYSTEM VERSIONING; INSERT INTO t1 VALUES (11),(12); ALTER TABLE t1 PARTITION BY KEY() PARTITIONS 3; DELETE FROM t1 WHERE pk >= 0; # Cleanup DROP TABLE t1; {code} {noformat:title=10.3 9d97e6010eb} mysqltest: At line 6: query 'DELETE FROM t1 WHERE pk >= 0' failed: 126: Index for table './test/t1#P#p1.MYI' is corrupt; try to repair it {noformat} Also reproducible with Aria. Could not reproduce with InnoDB. |
_Note: The test is non-deterministic, run with {{--repeat}}. It fails for me within 10 attempts, but it can vary on different machines. ASAN or Valgrind don't help._
{code:sql} --source include/have_partition.inc CREATE TABLE t1 (pk INT PRIMARY KEY) ENGINE=MyISAM WITH SYSTEM VERSIONING; INSERT INTO t1 VALUES (11),(12); ALTER TABLE t1 PARTITION BY KEY() PARTITIONS 3; DELETE FROM t1 WHERE pk >= 0; # Cleanup DROP TABLE t1; {code} {noformat:title=10.3 9d97e6010eb} mysqltest: At line 6: query 'DELETE FROM t1 WHERE pk >= 0' failed: 126: Index for table './test/t1#P#p1.MYI' is corrupt; try to repair it {noformat} Also reproducible with Aria. Could not reproduce with InnoDB. |
Assignee | Sergei Golubchik [ serg ] | Eugene Kosov [ kevg ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Eugene Kosov [ kevg ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Link |
This issue is blocked by |
Assignee | Sergei Golubchik [ serg ] | Eugene Kosov [ kevg ] |
Assignee | Eugene Kosov [ kevg ] | Sergei Golubchik [ serg ] |
Assignee | Sergei Golubchik [ serg ] | Eugene Kosov [ kevg ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Eugene Kosov [ kevg ] | Sergei Golubchik [ serg ] |
Fix Version/s | 10.3.7 [ 23005 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Link |
This issue relates to |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 85692 ] | MariaDB v4 [ 153843 ] |