mariadb/mysql-test/suite/sql_sequence
Rucha Deodhar 2eaaa8874f MDEV-13005: Fixing bugs in SEQUENCE, part 3, 5/5
Task 6:
We can find the .frm type of file. If it is sequence then is_sequence
passed to dd_frm_type() will be true. Since there is already a check
to give error message if we trigger is on temporary table or view, an
additional condition is added to check if .frm is sequence
(is_sequence==true) and error message is changed to show
"Trigger's '%-.192s' is view, temporary table or sequence" instead of
"Trigger's '%-.192s' is view or temporary table".
2022-03-30 15:13:01 +05:30
..
alter.result MDEV-13005: Fixing bugs in SEQUENCE, part 3, 2/5 2022-03-30 15:12:43 +05:30
alter.test MDEV-13005: Fixing bugs in SEQUENCE, part 3, 1/5 2022-03-30 15:12:33 +05:30
alter_notembedded.result
alter_notembedded.test
aria.result MDEV-13005: Fixing bugs in SEQUENCE, part 3, 2/5 2022-03-30 15:12:43 +05:30
aria.test
auto_increment.result
auto_increment.test
binlog.result Merge 10.3 into 10.4 2022-03-11 09:26:42 +02:00
binlog.test MDEV-24617 OPTIMIZE on a sequence causes unexpected ER_BINLOG_UNSAFE_STATEMENT 2022-03-10 13:38:07 +02: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-24545 Sequence created by one connection remains invisible to another 2021-04-27 08:44:28 +03:00
create.result MDEV-13005: Fixing bugs in SEQUENCE, part 3, 5/5 2022-03-30 15:13:01 +05:30
create.test MDEV-13005: Fixing bugs in SEQUENCE, part 3, 5/5 2022-03-30 15:13:01 +05:30
debug_sync.opt
debug_sync.result
debug_sync.test
default.result MDEV 22785 Crash with prepared statements and NEXTVAL() 2021-08-26 07:07:46 +03:00
default.test MDEV 22785 Crash with prepared statements and NEXTVAL() 2021-08-26 07:07:46 +03:00
disabled.def
grant.result
grant.test
gtid-master.opt
gtid-slave.opt
gtid.result MDEV-13005: Fixing bugs in SEQUENCE, part 3, 2/5 2022-03-30 15:12:43 +05:30
gtid.test
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 MDEV-21785: sequences used as default by other table not dumped in right order by mysqldump 2021-01-26 10:41:02 +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-13005: Fixing bugs in SEQUENCE, part 3, 1/5 2022-03-30 15:12:33 +05:30
next.test MDEV-13005: Fixing bugs in SEQUENCE, part 3, 1/5 2022-03-30 15:12:33 +05:30
other.result MDEV-13005: Fixing bugs in SEQUENCE, part 3, 2/5 2022-03-30 15:12:43 +05:30
other.test MDEV-19273: Server crash in MDL_ticket::has_stronger_or_equal_type or Assertion `thd->mdl_context.is_lock_owner(MDL_key::TABLE, table->db.str, table->table_name.str, MDL_SHARED)' failed in mysql_rm_table_no_locks 2020-12-09 12:31:12 +01:00
partition.result
partition.test
read_only.result
read_only.test
rebuild.result Merge branch 10.3 into 10.4 2021-07-02 17:17:33 +10:00
rebuild.test Flag a result dependency on PLUGIN_PERFSCHEMA 2020-04-27 14:29:23 +03:00
rename.result
rename.test
replication-master.opt
replication-slave.opt
replication.result MDEV-13005: Fixing bugs in SEQUENCE, part 3, 2/5 2022-03-30 15:12:43 +05:30
replication.test
replication_drop.result
replication_drop.test
replication_mixed.result
replication_mixed.test
setval.result
setval.test
slave_nextval.result
slave_nextval.test
temporary.result
temporary.test
view.result
view.test