Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.15, 10.3.7
-
None
Description
--source include/have_innodb.inc
|
|
CREATE TEMPORARY TABLE t1 (i INT, KEY (i)) ENGINE=InnoDB; |
INSERT INTO t1 VALUES (NULL),(NULL); |
UPDATE t1 SET i = 0; |
START TRANSACTION; |
UPDATE t1 SET i = 4; |
UPDATE t1 SET i = 0; |
ROLLBACK; |
10.2 e44ca6cc9c |
2018-05-07 18:09:02 139988084655872 [Warning] InnoDB: Record in index `i` of table `mysqld.1`.`#sql3893_9_0` was not found on rollback, trying to insert: TUPLE (info_bits=0, 2 fields): {[4] (0x00000000),[6] (0x000000000201)} at: COMPACT RECORD(info_bits=32, 2 fields): {NULL,[6] (0x000000000201)}
|
2018-05-07 18:09:02 139988084655872 [Warning] InnoDB: Record in index `i` of table `mysqld.1`.`#sql3893_9_0` was not found on rollback, trying to insert: TUPLE (info_bits=0, 2 fields): {[4] (0x00000000),[6] (0x000000000200)} at: COMPACT RECORD(info_bits=32, 2 fields): {NULL,[6] (0x000000000201)}
|
Attachments
Issue Links
- relates to
-
MDEV-15374 Server hangs and aborts with long semaphore wait or assertion `len < ((ulint) srv_page_size)' fails in trx_undo_rec_copy upon ROLLBACK on temporary table
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | mdev-16106-10.3v1.patch [ 45609 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Thirunarayanan B [ thiru ] | Marko Mäkelä [ marko ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Marko Mäkelä [ marko ] | Thirunarayanan B [ thiru ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Link |
This issue relates to |
Fix Version/s | 10.2.15 [ 23006 ] | |
Fix Version/s | 10.3.7 [ 23005 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Affects Version/s | 10.2.15 [ 23006 ] | |
Affects Version/s | 10.3.7 [ 23005 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.3 [ 22126 ] |
Workflow | MariaDB v3 [ 87017 ] | MariaDB v4 [ 154318 ] |