Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL), 10.4(EOL)
Description
CREATE SEQUENCE s; |
ALTER TABLE s ORDER BY cache_size; |
SELECT NEXTVAL(s); |
|
DROP SEQUENCE s; |
10.3 765ae6e8 |
mysqltest: At line 3: query 'SELECT NEXTVAL(s)' failed: 1032: Can't find record in 's'
|
Attachments
Issue Links
- relates to
-
MDEV-19977 Assertion `(0xFUL & mode) == LOCK_S || (0xFUL & mode) == LOCK_X' failed in lock_rec_lock
-
- Closed
-
-
MDEV-22927 ER_KEY_NOT_FOUND or Assertion `(0xFUL & mode) == LOCK_S || (0xFUL & mode) == LOCK_X' failed upon sequence operations
-
- Confirmed
-
-
MDEV-16397 ER_KEY_NOT_FOUND upon attempt to LOAD DATA into sequence
-
- Open
-
-
MDEV-19303 Valgrind warnings about uninitialised values in dtuple_validate or mi_rrnd or ma_rrnd upon UPDATE/DELETE .. ORDER BY from sequence
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to MDEV-19303 [ MDEV-19303 ] |
Link | This issue relates to MDEV-16397 [ MDEV-16397 ] |
Labels | affects-tests |
Link |
This issue relates to |
Assignee | Oleksandr Byelkin [ sanja ] | Michael Widenius [ monty ] |
issue.field.resolutiondate | 2020-06-07 13:33:05.0 | 2020-06-07 13:33:05.588 |
Fix Version/s | 10.5.4 [ 24264 ] | |
Fix Version/s | 10.3.24 [ 24306 ] | |
Fix Version/s | 10.4.14 [ 24305 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Link | This issue relates to MDEV-22927 [ MDEV-22927 ] |
Workflow | MariaDB v3 [ 96329 ] | MariaDB v4 [ 156108 ] |
The issue should only have a moderate-to-low importance to users, as such an ALTER is an unlikely operation, even though not impossible; but it badly affects tests, because ER_KEY_NOT_FOUND usually indicates data corruption and thus cannot be suppressed without increasing risks of getting false negatives.