Sergei Golubchik
661daf0636
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
...
unlike CREATE TABLE, CREATE SEQUENCE always causes an implicit commit,
even for temporary sequences.
2025-01-20 18:13:16 +01:00
Monty
bd09c5ca86
Added test case for MDEV-13007 ALTER .. ENGINE on temporary sequence may go wrong
...
Looks like the bug was fixed some time ago (at least I can't repeat it).
I added the test case just have this case tested properly.
2018-05-07 16:39:53 +03:00
Michael Widenius
d8da97b09a
MDEV-14762 Server crashes in MDL_ticket::has_stronger_or_equal_type upon inserting into temporary sequence
...
Fix is to not upgrade MDL locks for temporary tables
2018-04-05 15:17:41 +03:00
Monty
36ae8846ca
Fixed sequences based on comments from Peter Gulutzan and Andrii Nikitin
...
- Changed names of SEQUENCE table columns to be more close to ANSI
- Fixed error message for SHOW SEQUENCE non_existing_sequence
- Allow syntax CACHE +1
- Fixed ALTER TABLE for TEMPORARY sequences.
2017-06-03 16:08:23 +03:00