mariadb/mysql-test/suite/sql_sequence
Aleksey Midenkov 09657805d0 MDEV-38815 Server crashes in Item_func_nextval::val_int upon update on a view
MDEV-28650 (7a88776dc1) fixed the case when the DEFAULT flag is
inside the table definition but it can be also in DML command. When we
assign it from the table definition in mysql_make_view() we lose it in
the current command.

The fix does disjunction assignment to keep both values. It is
signalling DML_prelocking_strategy::handle_table() to call
add_internal_tables(), so it will correctly open associated sequence
table.
2026-02-16 17:03:06 +03:00
..
alter.opt MDEV-36038 ALTER TABLE…SEQUENCE does not work correctly with InnoDB 2025-02-18 16:38:18 +01:00
alter.result MDEV-35856 Remove error code introduced to 10.11 in MDEV-36032 2025-06-05 11:07:18 +10:00
alter.test MDEV-35856 Remove error code introduced to 10.11 in MDEV-36032 2025-06-05 11:07:18 +10:00
alter_notembedded.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
alter_notembedded.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
aria.result MDEV-13005: Fixing bugs in SEQUENCE, part 3, 2/5 2022-03-30 15:12:43 +05:30
aria.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
auto_increment.result
auto_increment.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
binlog.result Merge 10.3 into 10.4 2022-03-11 09:26:42 +02:00
binlog.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
concurrent_create.result MDEV-24545 Sequence created by one connection remains invisible to another 2021-04-27 08:44:28 +03:00
concurrent_create.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
create.result Merge branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
create.test Fixed that SHOW CREATE TABLE for sequences shows used table options 2024-10-16 17:24:46 +03:00
debug_sync.opt
debug_sync.result
debug_sync.test
default.result MDEV-37172 Server crashes in Item_func_nextval::update_table after INSERT to the table, that uses expression with nextval() as default 2025-09-14 19:24:07 +03:00
default.test MDEV-37172 Server crashes in Item_func_nextval::update_table after INSERT to the table, that uses expression with nextval() as default 2025-09-14 19:24:07 +03:00
disabled.def
grant.result Merge branch '10.6' into 10.11 2025-07-28 18:06:31 +02:00
grant.test Merge branch '10.6' into 10.11 2025-07-28 18:06:31 +02:00
gtid-master.opt
gtid-slave.opt
gtid.result Merge branch '10.6' into 10.11 2025-04-21 11:23:11 +02:00
gtid.test Merge branch '10.9' into 10.10 2023-08-05 20:34:09 +02:00
kill.result MDEV-16929 Assertion ... in close_thread_tables upon killing connection 2020-07-21 15:12:53 +03:00
kill.test MDEV-16929 Assertion ... in close_thread_tables upon killing connection 2020-07-21 15:12:53 +03:00
lock.result
lock.test
mysqldump.result Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
mysqldump.test MDEV-21785: sequences used as default by other table not dumped in right order by mysqldump 2021-01-26 10:41:02 +01:00
next.result MDEV-38815 Server crashes in Item_func_nextval::val_int upon update on a view 2026-02-16 17:03:06 +03:00
next.test MDEV-38815 Server crashes in Item_func_nextval::val_int upon update on a view 2026-02-16 17:03:06 +03:00
other.result MDEV-37345 temporary table, ALTER, recreate sequence 2025-10-28 17:49:51 +01:00
other.test MDEV-37345 temporary table, ALTER, recreate sequence 2025-10-28 17:49:51 +01:00
partition.result
partition.test
read_only.result
read_only.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
rebuild.result Merge branch 10.3 into 10.4 2021-07-02 17:17:33 +10:00
rebuild.test Merge 10.4 into 10.5 2020-04-29 15:40:51 +03:00
rename.result
rename.test
replication-master.opt
replication-slave.opt
replication.result Merge branch '10.6' into 10.11 2025-04-21 11:23:11 +02:00
replication.test Merge branch '10.9' into 10.10 2023-08-05 20:34:09 +02:00
replication_drop.result
replication_drop.test
replication_mixed.result
replication_mixed.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
setval.result
setval.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
slave_nextval.result
slave_nextval.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
temporary.result MDEV-31298 Assertion !check_foreigns' failed in trx_mod_table_time_t* trx_t::check_bulk_buffer(dict_table_t*), Assertion table->skip_alter_undo || !check_unique_secondary' failed in trx_t::check_bulk_buffer 2025-01-20 18:13:16 +01:00
temporary.test MDEV-31298 Assertion !check_foreigns' failed in trx_mod_table_time_t* trx_t::check_bulk_buffer(dict_table_t*), Assertion table->skip_alter_undo || !check_unique_secondary' failed in trx_t::check_bulk_buffer 2025-01-20 18:13:16 +01:00
view.result
view.test MDEV-36380 User has unauthorized access to a sequence through a view with security invoker 2025-04-17 17:18:55 +02:00