Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
N/A
Description
--source include/have_innodb.inc
|
|
CREATE TABLE t (pk INT PRIMARY KEY, a VARCHAR(1), KEY (a DESC)) ENGINE=InnoDB; |
INSERT INTO t VALUES (1,NULL),(2,'x'); |
CHECK TABLE t EXTENDED; |
|
DROP TABLE t; |
main 3761a7fec8a273c06d52f89bccf11e50cbe5a89d |
CHECK TABLE t EXTENDED;
|
Table Op Msg_type Msg_text
|
test.t check Warning InnoDB: The B-tree of index a is corrupted.
|
test.t check error Corrupt
|
DROP TABLE t;
|
bug.flag1a [ fail ] Found warnings/errors in server log file!
|
Test ended at 2025-01-14 22:10:02
|
line
|
2025-01-14 22:10:01 4 [ERROR] InnoDB: index records in a wrong order in `a` of table `test`.`t`: TUPLE (info_bits=0, 2 fields): {NULL,[4] (0x80000001)}, COMPACT RECORD(info_bits=0, 2 fields): {[1]x(0x78),[4] (0x80000002)}
|
2025-01-14 22:10:01 4 [ERROR] InnoDB: Flagged corruption of `a` in table `test`.`t` in CHECK TABLE-check index
|
The failure started happening after this commit in main:
commit 3761a7fec8a273c06d52f89bccf11e50cbe5a89d (HEAD, origin/main, origin/HEAD, main)
|
Author: Marko Mäkelä
|
Date: Fri Jan 10 16:40:55 2025 +0200
|
|
MDEV-35312 page_cur_search_with_match() could avoid rec_get_offsets()
|
Attachments
Issue Links
- is caused by
-
MDEV-35312 page_cur_search_with_match() could avoid rec_get_offsets()
-
- Closed
-
- relates to
-
MDEV-13756 Implement descending index: KEY (a DESC, b ASC)
-
- Closed
-
-
MDEV-35169 ALTER TABLE...IMPORT TABLESPACE does not work with INDEX DESC
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Link |
This issue relates to |
Status | Open [ 1 ] | In Progress [ 3 ] |
Link |
This issue relates to |
Assignee | Marko Mäkelä [ marko ] | Vladislav Lesin [ vlad.lesin ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Vladislav Lesin [ vlad.lesin ] | Marko Mäkelä [ marko ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 11.8.1 [ 29961 ] | |
Fix Version/s | 11.8 [ 29921 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |