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