Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
None
Description
KB:
CREATE: https://mariadb.com/kb/en/mariadb/create-sequence/
ALTER: https://mariadb.com/kb/en/mariadb/alter-sequence/
DROP: https://mariadb.com/kb/en/drop-sequence/
SETVAL: https://mariadb.com/kb/en/mariadb/setval/
NEXT VALUE: https://mariadb.com/kb/en/mariadb/next-value-for-sequence_name/
PREVIOUS VALUE: https://mariadb.com/kb/en/mariadb/previous-value-for-sequence_name/
Development task: MDEV-10139
Current bugfixing task: MDEV-13005
Attachments
Issue Links
- relates to
-
MDEV-13018 Assertion `!(((trx))->auto_commit && ((trx))->will_lock == 0)' failed in lock_table_create upon reading from locked InnoDB sequence
-
- Closed
-
-
MDEV-13020 Server crashes in Item_func_nextval::val_int upon selecting NEXT or PREVIOUS VALUE for a view
-
- Closed
-
-
MDEV-13021 Server crashes in Sql_cmd_alter_sequence::execute upon running ALTER SEQUENCE on a view
-
- Closed
-
-
MDEV-13024 Server crashes in my_store_ptr upon DELETE from sequence in multi-table format
-
- Closed
-
-
MDEV-13029 Assertion `ds_control' failed in debug_sync upon closing connection after creating temporary sequence
-
- Closed
-
-
MDEV-13679 crash when using SEQUENCE as column default
-
- Closed
-
-
MDEV-13711 Assertion `is_temporary_table(tables)' failed in open_and_process_table on CREATE TABLE .. LIKE <sequence>
-
- Closed
-
-
MDEV-13714 Value of SEQUENCE table option is ignored upon creation
-
- Closed
-
-
MDEV-13715 Server crashes in ha_partition::engine_name upon trying to partition a sequence
-
- Closed
-
-
MDEV-13721 Assertion `thd->mdl_context.is_lock_owner(MDL_key::TABLE, table->db, table->table_name, MDL_SHARED)' failed in mysql_rm_table_no_locks
-
- Closed
-
-
MDEV-13014 Typos in ER_WRONG_INSERT_INTO_SEQUENCE
-
- Closed
-
-
MDEV-13015 After restart, InnoDB wrongly thinks that a SEQUENCE is a TABLE
-
- Closed
-
-
MDEV-13022 Assertion `row_get_rec_trx_id(rec, clust_index, offsets) == node->trx->id' failed in row_undo_search_clust_to_pcur upon altering a sequence
-
- Closed
-
-
MDEV-13030 [Draft] Assertion `!table || !table->in_use || table->in_use == _current_thd()' failed in THD* handler::ha_thd() const
-
- Open
-
-
MDEV-13713 Unexpected deadlock upon concurrent insert into sequence
-
- Closed
-
-
MDEV-13720 Server crashes in SEQUENCE::write_lock or Assertion `table && table->s->sequence' failed in Item_func_nextval::val_int
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Link |
This issue relates to |
Description |
KB:
CREATE: https://mariadb.com/kb/en/mariadb/create-sequence/ ALTER: https://mariadb.com/kb/en/mariadb/alter-sequence/ DROP: https://mariadb.com/kb/en/drop-sequence/ SETVAL: https://mariadb.com/kb/en/mariadb/setval/ NEXT VALUE: https://mariadb.com/kb/en/mariadb/next-value-for-sequence_name/ PREVIOUS VALUE: https://mariadb.com/kb/en/mariadb/previous-value-for-sequence_name/ Development task: https://jira.mariadb.org/browse/MDEV-10139 |
KB:
CREATE: https://mariadb.com/kb/en/mariadb/create-sequence/ ALTER: https://mariadb.com/kb/en/mariadb/alter-sequence/ DROP: https://mariadb.com/kb/en/drop-sequence/ SETVAL: https://mariadb.com/kb/en/mariadb/setval/ NEXT VALUE: https://mariadb.com/kb/en/mariadb/next-value-for-sequence_name/ PREVIOUS VALUE: https://mariadb.com/kb/en/mariadb/previous-value-for-sequence_name/ Development task: |
Link |
This issue relates to |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Link |
This issue relates to |
Link |
This issue relates to |
Link |
This issue relates to |
Component/s | Sequences [ 14009 ] |
Link |
This issue relates to |
Link |
This issue relates to |
Link | This issue relates to MDEV-13030 [ MDEV-13030 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Link |
This issue relates to |
Link |
This issue relates to |
Link |
This issue relates to |
Link |
This issue relates to |
Link |
This issue relates to |
Description |
KB:
CREATE: https://mariadb.com/kb/en/mariadb/create-sequence/ ALTER: https://mariadb.com/kb/en/mariadb/alter-sequence/ DROP: https://mariadb.com/kb/en/drop-sequence/ SETVAL: https://mariadb.com/kb/en/mariadb/setval/ NEXT VALUE: https://mariadb.com/kb/en/mariadb/next-value-for-sequence_name/ PREVIOUS VALUE: https://mariadb.com/kb/en/mariadb/previous-value-for-sequence_name/ Development task: |
KB:
CREATE: https://mariadb.com/kb/en/mariadb/create-sequence/ ALTER: https://mariadb.com/kb/en/mariadb/alter-sequence/ DROP: https://mariadb.com/kb/en/drop-sequence/ SETVAL: https://mariadb.com/kb/en/mariadb/setval/ NEXT VALUE: https://mariadb.com/kb/en/mariadb/next-value-for-sequence_name/ PREVIOUS VALUE: https://mariadb.com/kb/en/mariadb/previous-value-for-sequence_name/ Development task: Current bugfixing task: |
Link |
This issue relates to |
Link |
This issue relates to |
Parent |
|
|
Affects Version/s | 10.3 [ 22126 ] | |
Issue Type | Technical task [ 7 ] | Task [ 3 ] |
Resolution | Incomplete [ 4 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 81137 ] | MariaDB v4 [ 133281 ] |
SEQUENCEs are long after GA now. There are open bugs about them, too.